Logo
30daysofpostman 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":"kellysTestingAccount2","password":"kellysTestPassword12345"}'

ENDPOINTS