curl --location --request POST 'https://api.uniapi.io/v1/audio/speech' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"input": "string",
"instructions": "string",
"voice": "string",
"response_format": "mp3",
"speed": 1
}'