curl --request POST \
--url https://api.selcor.ai/v1/voice/agent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"voice_id": "<string>",
"voice_gender": "female",
"website_url": "<string>",
"business_description": "<string>"
}
'