curl --request POST \
--url https://api.example.com/v1/voiceai/agents \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"agent_type": "blank",
"goal": "<string>",
"website_url": "<string>",
"category": "<string>",
"subcategory": "<string>"
}
'