curl --location --request POST 'http://dev-cn.your-api-server.com/api/videos//publish/' \
--header 'Authorization;'
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "string",
"thumbnail": "http://example.com",
"result": "http://example.com",
"resolution": {
"width": 1920,
"height": 1080
}
}