curl --location 'https://api.aboai.ai/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "tts",
"input": "The quick brown fox jumped over the lazy dog",
"voice": "alloy",
"speed": 2
}'{
"audio_data" : ""
}