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