X-API-Key: ********************curl --location 'https://api.snakk.ai/api/identity/agents//tools' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"marketplace_tool_id": "44444444-4444-4444-4444-444444444444",
"requires_identity": true
}'{
"success": true,
"tool": {
"id": "55555555-5555-5555-5555-555555555555",
"agent_id": "22222222-2222-2222-2222-222222222222",
"marketplace_tool_id": "44444444-4444-4444-4444-444444444444",
"requires_identity": true,
"custom_config": {},
"is_enabled": true
}
}