Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 281 Bytes

File metadata and controls

16 lines (13 loc) · 281 Bytes

@local = http://localhost:8000 @hostname = {{local}} @contentType = application/json

### health check GET {{hostname}}/ping

### post example POST {{hostname}}/v1/user/create Content-Type: {{contentType}}

{
"name": "bob", "lastName": "smith", "email":"smith@email"

}