Invite applicants to be added to an existing Business.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"22f210e4-4455-4107-b132-97e8478546ea"
{
"business": { "name": "Jim Tester's Electronics" },
"applicants": [
{
"first_name": "Jim",
"last_name": "Tester",
"email": "[email protected]"
}
],
"is_lightning_verification": true
}