curl --request POST \
--url https://api.example.com/agents/register \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"ownerName": "<string>",
"ownerEmail": "<string>",
"description": "<string>",
"dailyLimit": 123,
"webhookUrl": "<string>"
}
'