post https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/invitations
Creates an Invitation. Set the recipient's name, email, and phone in the request body.
Response
Creates an Invitation. Set the recipient's name, email, and phone in the request body.
xxxxxxxxxx
curl --request POST \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/invitations \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
[
{
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string"
}
]