curl --location -g --request GET 'https:///api/v2/agents//tools' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
    "success": true,
    "message": "string",
    "data": {
        "items": [
            {
                "id": 0,
                "name": "string",
                "description": "string",
                "org": 0,
                "tool_type": "rag",
                "created_by": "string",
                "is_enabled": true,
                "is_default": true,
                "connection": true,
                "tool_classification": "string",
                "category": "string"
            }
        ],
        "meta": {
            "property1": null,
            "property2": null
        }
    }
}