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