X-API-Key: ********************curl --location --request PATCH 'https://api.snakk.ai/api/identity/agents//tools/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"requires_identity": false,
"is_enabled": true
}'{
"success": true,
"tool": {
"id": "55555555-5555-5555-5555-555555555555",
"is_enabled": true
}
}