Authorization: Bearer ********************
curl --location --request POST 'https://ackai.fun/v1/audio/transcriptions' \
--header 'Authorization: Bearer <token>' \
--form 'file=@"C:\\Users\\Administrator\\Desktop\\test.m4a"' \
--form 'model="whisper-1"'
{
"text": "12345678910"
}