Authorization: Bearer ********************
curl --location --request POST '/suno/generate' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "gpt_description_prompt": "Nostalgia" }'
{}