Logo
30 days 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
Accept
string




RESPONSES

status OK

""



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

ENDPOINTS