💻 Examples
Concrete examples of typical API requests and responses.
GET all contacts:
GET /contacts
.Create a new project:
POST /projects
with payload{ "name": "New Project" }
.... (continue; reorganize how you wish; add more detail)
...@Jase/@Steven
Last updated