2.1.2 user_create Already Exist

POST http://localhost:5009/users

Request Body

{"name"=>"User1", "password"=>"User1"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"id":1,"name":"User1","password":"User1"}