curl --location --request POST 'https://api.figolabs.ai/api/v1/tts' \ --header 'Authorization: Bearer {Your-API-Key}' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "Hello there! My name is Figo.", "voice": "female" }'