{
"botId": "string",
"userId": "string",
"image": "string",
"isTemp": true,
"isGif": true
}curl --location --request POST 'http://localhost/uploadUserImage' \
--header 'X-Token: yoyohuhu' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"userId": "string",
"image": "string",
"isTemp": true,
"isGif": true
}'{
"code": 0,
"data": {
"imageCode": "[pic,hash=6AF21A0BV07303AC6A2AB1DCBA70F2142,guid=/41244425-838233908-6AF21A0A07303AC6A2AB1DCBA70F2142,wide=0,high=0,cartoon=false]"
}
}