NOTE: User must be logged in as admin or as agent to access this API
URL : api/tag
Method : POST
Query Parameters :
| Parameter | Type | Possible Values | Required/Optional | Description |
| name | String | new tag | Required | Tag Name |
| description | Text | this is new tag | Optional | Tag Description |
Response:
{
"success": true,
"message":"Tag saved Successfully"
}