NOTE: User must be logged in as admin to access this API
URL : v3/api/label
Method : POST
Query Parameters :
| Parameter | Type | Possible Values | Required/Optional | Description |
| title | String | Label One | Required | Label Name |
| color | String | #000000 | Required | Color of the label |
| order | Integer | 1 | Required | Order of Label |
Response:
{
"success": true,
"message":"Label Saved Successfully"
}