curl --location --request POST '/user_update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"code": 0,
"message": "string",
"data": {
"uid": 0,
"username": "string",
"profile": {}
},
"timestamp": 0
}