curl --location --request POST '/api/v1/speech/recognize?originalSentence&retryCount' \
--form 'audioFile=@""'
{
"success": true,
"needRetry": true,
"goHome": true,
"retryCount": 0,
"maxRetryReached": true,
"recognizedText": "string",
"accuracy": 0,
"errorMessage": "string",
"errorCode": "string",
"newSentences": [
"string"
],
"logSaved": true,
"canBookmark": true
}