Congrats!
You're successfully running APICK Server
✧*。٩(ˊᗜˋ*)و✧*。
To access and modify resources, you can use any HTTP method:
GET
POST
PUT
PATCH
DELETE
OPTIONS
To access and modify `cats`, you can use any HTTP method: GET, POST,
PUT, PATCH , DELETE OPTIONS
For all other routes GET is open but all other HTTP methods requires
Authentication.
For the /orders route, all methods are protected.
Register a user: /register
Login an existing user: /login
Documentation
Please refer to server.test & the readme file in the repository. https://github.com/vivmagarwal/mock-api-cyclic