{
"video_id":"FVuBQiBL8NQ"
}
curl --location --request POST '/api/youtube/video_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id":"FVuBQiBL8NQ"
}'
{
"code": 0,
"msg": "string",
"data": {
"title": "string",
"description": "string",
"view": 0,
"author": "string",
"thumbnail_url": "string",
"base_video_url": "string",
"streaming_data": {}
}
}