Authorization: Bearer ********************{
"model": "string",
"prompt": "string"
}curl --location --request POST 'https://api.llmhub.com.cn/v1/videos/video-abc123/remix' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string"
}'{
"task_id": "abcd1234efgh",
"status": "queued"
}