{ "botId": "string", "image": "string" }
curl --location --request POST 'http://localhost/uploadProfilePhoto' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data-raw '{ "botId": "string", "image": "string" }'
{ "code": 0 }