Create user
POST
/user
user
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"username": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"password": "string",
"phone": "string",
"userStatus": 0
}'
Response Response Example
{}
Request
Body Params application/json