curl --location --request POST 'https://api.302.ai/302/submit/mmaudio' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
  "video_url": "",
  "prompt": "",
  "negative_prompt": "",
  "num_steps": 25,
  "duration": 8,
  "cfg_strength": 4.5
}'{}