curl --request POST \ --url https://api.mountsea.ai/suno/v2/lyrics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "lyrics_model": "default", "prompt": "A happy song about a girl and a boy."}'
curl --request POST \ --url https://api.mountsea.ai/suno/v2/lyrics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "lyrics_model": "default", "prompt": "A happy song about a girl and a boy."}'