POST
/
auth
/
signup
curl --request POST \
  --url https://api.hostwithdothost.com/auth/signup \
  --header 'Content-Type: application/json' \
  --data '{
  "firstname": "John",
  "lastname": "Doe",
  "address": "my house",
  "referral": "Doe",
  "email": "john@example.com",
  "telephone": "1234567890",
  "role": "USER"
}'

Body

application/json