cURL
curl --request POST \ --url https://demo1-api.payrollintegrationsdemo.com/v1/plans/{plan}/invites/{plan_invite}/send-email \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "errors": [ "<string>" ] }
Sends an email for a plan invite
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Accepted - Email queued for sending