Authorization: Bearer ********************{
"prompt": "一首情歌"
}curl --location --request POST 'https://future-api.vodeshop.com/v1/suno/generate/lyrics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "一首情歌"
}'{}