Create Roles

Create a new category

POST https://squid-app-2-bcuud.ondigitalocean.app/v1/api/category/roles/create

Request Body

Name
Type
Description

title*

string

tile of the category

description*

string

brief description of the category

```postman_json
        ```json
  "success": true,
    "message": "Role created or updated successfully",
        
        "title": " ",
        "_id": " ",
        "createdAt": "2023-12-04T09:45:28.968Z",
        "updatedAt": "2023-12-04T09:45:28.968Z",
        "__v": 0
```

Last updated