curl --location --request POST 'https://aigcapi.top/v1/audio/transcriptions' \
--header 'Accept: application/json' \
--header 'Content-Type: multipart/form-data' \
--form 'file=@"/Users/jun/Downloads/response.wav"' \
--form 'model="gpt-4o-transcribe"'
{
"text": "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that."
}