curl --location --request PATCH 'https://mandamong-dev.sailin.cloud/api/user/nickname' \
--header 'Content-Type: application/json' \
--data-raw '{
"updated": "dingdong"
}'
{
"success": true,
"payload": {
"updated": "dingdong"
},
"error": null
}