- Productionhttps://api-v2.dash.app/platform/users
- Staginghttps://api-v2.dashstaging.app/platform/users
curl -i -X POST \
https://api-v2.dash.app/platform/users \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"email": "ken.hasselback@gmail.com",
"password": "password",
"firstName": "Ken",
"lastName": "Hasselback"
}'