Authorization: Bearer ********************curl --location '/audio/voices' \
--header 'Authorization: Bearer <token>' \
--form 'name=""' \
--form 'audio_sample=@""' \
--form 'consent=""'{
"object": "audio.voice",
"id": "string",
"name": "string",
"created_at": 0
}