{
"id": 922337203685477600,
"title": "string",
"content": "string",
"cover": "string",
"videoUrl": "string",
"userName": "string",
"status": 0
}
curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/sportvideo/update' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 922337203685477600,
"title": "string",
"content": "string",
"cover": "string",
"videoUrl": "string",
"userName": "string",
"status": 0
}'
{
"code": 0,
"msg": "string",
"data": {},
"success": true
}