music: 生成音乐lyrics: 生成歌词Authorization: Bearer ********************{
"prompt": "A relaxing jazz piece for a coffee shop",
"style": "jazz",
"instrumental": true
}curl --location --request POST 'https://api.llmhub.com.cn/suno/submit/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A relaxing jazz piece for a coffee shop",
"style": "jazz",
"instrumental": true
}'{
"code": 0,
"message": "success",
"data": {
"task_id": "string"
}
}