X-Admin-Key: ********************curl --location --request PATCH 'https://api.snakk.ai/api/admin/agents/' \
--header 'X-Admin-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"instructions": "string",
"voice": "string",
"language": "string",
"recording_enabled": true,
"transfer_enabled": true,
"transfer_number": "string",
"is_active": true
}'{
"agent": {}
}