{ "botId": "{{botId}}", "nickname": "刘静" }
curl --location --request POST 'http://localhost/setName' \ --header 'X-Token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "botId": "{{botId}}", "nickname": "刘静" }'
{ "code": 0, "message": "string" }