curl --request PATCH \
--url https://app.docs.bynesoft.com/api/users/agents/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"templateId": "<string>",
"exeLayers": [
"<string>"
],
"guardRails": [
"<string>"
],
"modelType": "<string>"
}'