Authorization: Bearer ********************curl --location 'https://api.qnaigc.com/queue/fal-ai/veo3.1/requests/' \
--header 'Authorization: Bearer <token>'{
"video": {
"url": "https://cdn.example.com/output/video.mp4",
"content_type": "video/mp4",
"duration": 5,
"file_name": "output.mp4",
"file_size": 0
}
}