{
"platform": 0,
"picture": "string",
"title": "string",
"sort": 0,
"status": 0,
"type": 0,
"links": "string"
}
curl --location --request POST 'http://hy-register:9999/veteran/rotatePicture' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": 0,
"picture": "string",
"title": "string",
"sort": 0,
"status": 0,
"type": 0,
"links": "string"
}'
{
"code": 0,
"msg": "",
"data": {}
}