{
"uuid": "",
"itemid":""
}curl --location --request POST '/v1/sns/downloadsnsmedia' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "",
"itemid":""
}'{
"code": 0,
"data": [
{
"uuid": "string",
"ownerwxid": "string",
"itemid": "string",
"mediaid": "string",
"url": "string",
"thumb": "string"
}
],
"text": "string",
"rowcount": 0,
"showmsg": true
}