curl --location 'https://api.voicelibrary.co/enterprise/v1/sub_keys' \
--header 'api-key: 112233445566' \
--header 'Content-Type: application/json' \
--data '{
"name": "this is a test",
"description": "hi, this is a test",
"permissions": {
"add_voice": true,
"list_voices": true,
"del_voices": true,
"tts_wss": true,
"tts_stream": true,
"tts": true
},
"expires_at": null
}'{}