curl --location --request POST 'https://dev-api.inwantaiwan.com/api/cms/v1/videos' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "string",
"thumbnail": "string",
"translations": [
{
"locale": "string",
"title": "string",
"short_description": "string"
}
]
}'
{
"data": {}
}