{
"platform": 0,
"location": 0,
"picture": "string",
"status": 0,
"remark": "string",
"id": 0
}
curl --location --request PUT 'http://hy-register:9999/veteran/themePicture' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform": 0,
"location": 0,
"picture": "string",
"status": 0,
"remark": "string",
"id": 0
}'
{
"code": 0,
"msg": "",
"data": {}
}