A sample for practice.
GET https://app-demo-portinari-api.herokuapp.com/api/samples/v1/people
GET https://app-demo-portinari-api.herokuapp.com/api/samples/v1/people/:id
POST https://app-demo-portinari-api.herokuapp.com/api/samples/v1/people
{ "name": "name", "email": "[email protected]", "status": "Active" }
PUT https://app-demo-portinari-api.herokuapp.com/api/samples/v1/people/:id
{ "nickname": "Dude", "street": "Street X" }
DELETE https://app-demo-portinari-api.herokuapp.com/api/samples/v1/people
[
{ "id": 12345 },
{ "id": 67890 }
]
DELETE https://app-demo-portinari-api.herokuapp.com/api/samples/v1/people/:id
GET https://app-demo-portinari-api.herokuapp.com/api/samples/v1/cities
GET https://app-demo-portinari-api.herokuapp.com/api/samples/v1/states