Laravel To-Do APP with API Users superadmin (CRUD) user1 (CR) user2 (CRU) operations Create Read Update Delete For a user with all the CRUD operations, here is the dashboard API GET (Read All list items) GET (Read a single list ietm) POST (Create a new list item) PUT (Update a single list item) DELETE (Delete a single list item)