{
"id": 0,
"name": "string",
"enable": true,
"permissions": 0,
"sort": 0,
"pictureId": 0,
"pictureUrl": "string"
}
curl --location --request POST 'https://test.51vive.com/aidress/dressExample/upOne' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"enable": true,
"permissions": 0,
"sort": 0,
"pictureId": 0,
"pictureUrl": "string"
}'
{
"code": 0,
"msg": "string",
"data": true
}