Authorization: Bearer ********************
curl --location --request POST 'https://api-platform.digitpulse.ai/v1/audio-to-text' \ --header 'X-Timestamp: 1739933362' \ --header 'X-Signature: 1739933362' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""' \ --form 'user=""'
{ "text": "string" }