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 · object

Response

201
application/json

Created

The response is of type object.