{
"longNick": "唔,瓦拉瓦拉"
}
curl --location --request POST '/set_self_longnick' \
--header 'Content-Type: application/json' \
--data-raw '{
"longNick": "唔,瓦拉瓦拉"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}