Tutor, QnA).curl --location -g --request GET 'https:///v2/api/agent/type' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Agent Type Data fetched successfully",
"data": [
{
"id": 2,
"created_by": "System",
"created_on": "2024-04-17T23:10:22.316057Z",
"modified_by": "[email protected]",
"modified_on": "2024-04-17T23:10:22.316074Z",
"name": "Tutor",
"description": null
}
]
}