curl --location --request GET 'https://api.adamchatbot.chat/v1/audio/translations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer' \
--form 'file=@""' \
--form 'model="whisper-1"' \
--form 'prompt="eiusmod nulla"' \
--form 'response_format="json"' \
--form 'temperature="0"'