Authorization: Bearer ********************{
"title": "string",
"description": "string",
"url": "string",
"tags": [
"string"
]
}curl --location --request POST '/api/video/publish' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"url": "string",
"tags": [
"string"
]
}'{
"code": 0,
"data": {},
"message": "string"
}