Sinbad-Test
Users
POSTCREATE user
http://localhost:3000/users/create
Bodyraw (json)
Example Request
CREATE user
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
GETGET user by ID
http://localhost:3000/users/f1871905-de78-4813-b0f9-9ae3cb1e7fe6
Example Request
GET user by ID
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
GETGET all users
http://localhost:3000/users
Example Request
GET all users
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection
PATCHUPDATE user
http://localhost:3000/users/update/f1871905-de78-4813-b0f9-9ae3cb1e7fe6
Bodyraw (json)
Example Request
UPDATE user
200 OK
Example Response
X-Powered-By
Content-Type
Content-Length
ETag
Date
Connection