curl --location --request PUT 'https://api.rocketlead.com/api/v1/agents/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"systemPrompt": "string",
"model": "string",
"temperature": 0,
"isDefault": true,
"tone": "professional",
"responseLanguage": "match",
"customLanguage": "string"
}'