curl --location --request POST 'https://api.facemint.io/api/video-info-from-url' \
--header 'x-api-key: dfed35b0-350c-11f0-9d91-1607289bbab1' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string"
}'
{
"code": 0,
"info": "",
"data": {
"thumb": "https://fkfc1.sjc1.vultrobjects.com/media.mp4.jpg",
"duration": 5.125,
"width": 512,
"height": 512,
"codec": "h264"
}
}