Logo
1 API Documentation

Create user2

POST {{myUrl}}/user

This can only be done by the logged in user.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'myUrl/user' -H 'Content-Type: application/json' -d '{"username":"222","password":"222"}'

ENDPOINTS