curl --request PUT \
--url 'https://response.stateset.com/api/v1/agents/{id}/settings' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "string",
"model_provider": "string",
"model_type": "string",
"temperature": 1,
"max_tokens": 1,
"top_p": 1,
"escalation_tag_name": "string",
"escalation_team_id": "string",
"agent_take_over_tag": "string"
}'