curl --request PUT \
--url https://api.example.com/api/v1/owner/agent \
--header 'Content-Type: application/json' \
--data '
{
"custom_slug": "<string>",
"display_name": "<string>",
"agent_name": "<string>",
"welcome_message": "<string>",
"is_active": true,
"creator_bio": "<string>",
"agent_instructions": "<string>"
}
'