{
"id": 1,
"image": "1122.png",
"name": "中国风22",
"sort": 10,
"status": 1
}curl --location --request POST '/adminapi/video.videoStyle/edit' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"image": "1122.png",
"name": "中国风22",
"sort": 10,
"status": 1
}'{}