curl --location -g --request POST 'https:///api/v2/agents//tools//enable' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"id": 0,
"agent_id": 0,
"tool_id": 0,
"tool_name": "string",
"tool_type": "string",
"description": "string",
"is_default": true,
"created_by": "string"
}
}