Authorization: Bearer ********************{
"prompt": "string",
"tags": "string",
"negative_tags": "string",
"mv": "chirp-bluejay",
"title": "string",
"reference_clip_id": "ca94a97d-d3f2-4a63-aeee-ba3a43384bcd",
"task": "upload_reference"
}curl --location --request POST 'https://api.tu-zi.com/suno/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"tags": "string",
"negative_tags": "string",
"mv": "chirp-bluejay",
"title": "string",
"reference_clip_id": "ca94a97d-d3f2-4a63-aeee-ba3a43384bcd",
"task": "upload_reference"
}'{}