Authorization: Bearer ********************```json
{
"prompt": "",
"tags": "heavy metal",
"mv": "chirp-v3-5",
"title": "Bac Kinh",
"continue_clip_id": null,
"continue_at": null,
"infill_start_s": null,
"infill_end_s": null
}
```curl --location --request POST 'https://api.key4u.shop/suno/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '```json
{
"prompt": "",
"tags": "heavy metal",
"mv": "chirp-v3-5",
"title": "Bac Kinh",
"continue_clip_id": null,
"continue_at": null,
"infill_start_s": null,
"infill_end_s": null
}
```'{}