Client wants to develop an Enterprise Application where Users will have different Roles. Let's take Asana as an Example.
| Name | Organisation CRUD | Project CRUD | Task CRUD |
|---|---|---|---|
| Admin | Yes | Yes | Yes |
| Project Manager | No | Yes | Yes |
| User | No | No | Yest |
Develop an Application API based on the above input
