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