Logo
30 days Postman challenge API Documentation

Create User

POST {{baseUrl}}/user

Register a new user with The Good Bank. The username must be unique.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

""



Curl
curl -X POST 'http://security.postman-breakable.com/user' -H 'Content-Type: application/json' -d '{"username":"wirtaw","password":"test123456789TEST"}'

ENDPOINTS