curl --location 'https://duomiapi.com/api/suno/generate' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--form 'callback_url="https://webhook.site/9e499891-8d20-4f2d-8abb-1b2743a880dd"' \
--form 'custom_mode="0"' \
--form 'make_instrumental="0"' \
--form 'prompt="漫长的季节"' \
--form 'mv="chirp-fenix"' \
--form 'title="美女"' \
--form 'tags="Trance, bass drop, female vocal, armin van buren style"' \
--form 'negative_tags="dance pop"'{
"code": 200,
"msg": "成功",
"data": [
{
"task_id": "f9761a3e-b396-4060-a35b-a26bbce7ba9b",
"status": 1,
"title": "",
"prompt": "美女"
},
{
"task_id": "f9761a3e-b396-4060-a35b-a26bbce7ba9b",
"status": 1,
"title": "",
"prompt": "美女"
}
],
"exec_time": 0.659346,
"ip": "182.129.131.225"
}