curl --location --request POST 'https://open.vectcut.com/process/extract_audio/submit_task/submit_extract_audio_task' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "https://player.install-ai-guider.top/example/koubo_source.mp4"
}'{
"message_id": "1A1F8E087BEE7F95162E46BBA9D7FBD8",
"queue_name": "extract-audio-task",
"status": "queued",
"success": true,
"task_id": "af9de4fa-a51a-4d8f-8c17-df159bb48542"
}