Individual Registration - DamageBDD
Register as individual customer.
Using Curl
curl -s 'https://run.damagebdd.com/accounts/create' \
-H 'Content-Type: application/x-yaml' \
-d '
---
fullName: "John Doe"
email: "john.doe@example.com"
'