Authorization: Bearer ********************curl --location '/audio/voice_consents' \
--header 'Authorization: Bearer <token>' \
--form 'name=""' \
--form 'recording=@""' \
--form 'language=""'{
"object": "audio.voice_consent",
"id": "cons_1234",
"name": "string",
"language": "string",
"created_at": 0
}