2.1.2 user_create Already Exist
POST http://localhost:5009/users
Request Body
{"name"=>"User1", "password"=>"User1"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":1,"name":"User1","password":"User1"}