{
"botId": "string",
"groupId": "string",
"image": "string",
"isTemp": true,
"isGif": true
}curl --location --request POST 'http://localhost/uploadGroupImage' \
--header 'X-Token: yoyohuhu' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"groupId": "string",
"image": "string",
"isTemp": true,
"isGif": true
}'{
"code": 0,
"data": {
"imageCode": "[pic,hash=9C36919A2FA479AABCB1CB00ED48DDBB,wide=0,high=0,cartoon=false]"
}
}