curl --location --request POST '/api/v1/agents/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"systemPrompt": "string",
"model": "string",
"temperature": 0,
"isDefault": true,
"tone": "professional",
"responseLanguage": "match",
"customLanguage": "string"
}'