cURL
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" }'
"John"
"Doe"
"my house"
"john@example.com"
"1234567890"
"USER"
Was this page helpful?