{
"chatId": "bcdw2j234ko1",
"token": "abcd",
"messageId": "8466788600329921944"
}
curl --location --request POST 'https://aa-stream-api.ddregion.com/message/getArtworkImage' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "bcdw2j234ko1",
"token": "abcd",
"messageId": "8466788600329921944"
}'
{
"code": 0,
"data": {
"url": "http://img.botorange.com/2340afaksf.png",
"height": 1148,
"width": 1194
}
}