Skip to main content
POST
/
user
/
add
Creating a new user
curl --request POST \
  --url https://cashboard-f5x2.onrender.com/user/add \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "michellemso",
  "email": "michellemuthoni2@gmail.com",
  "password": "Mso!254"
}
'
{
  "status": "success",
  "message": "A new user has been created!"
}

Body

application/json

The body is of type object.

Response

Created

The response is of type object.