Authorization: Bearer ********************curl --location '/audio/voice_consents/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"object": "audio.voice_consent",
"id": "cons_1234",
"name": "string",
"language": "string",
"created_at": 0
}