ShobjantaAPIDocs Users [/users] User resource representation. Show all users [GET /users] Get a JSON representation of all the registered users. Request (application/json) Body { "username": "foo", "password": "bar" } Response 200 (application/json) Body { "id": 10, "username": "foo" }