Create a new [AccountInviteRequest]
This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header
Security
bearerToken
- Productionhttps://api-v2.dash.app/account-invite-requests
- Staginghttps://api-v2.dashstaging.app/account-invite-requests
curl -i -X POST \
https://api-v2.dash.app/account-invite-requests \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd"
}'