curl --location --request POST 'https://api.deerapi.com/v1/video_generation' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "video-01",
"prompt": "海边鱼肚子里发现一张纸条上面写着Rix。"
}'
{
"task_id": "119044601607782400",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}