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"
The body is of type any.
{
"business": {
"name": "Jim Tester's Electronics",
"mobile": "6078379283"
},
"applicants": [
{
"first_name": "Jim",
"last_name": "Tester",
"email": "[email protected]",
"mobile": "6078379283"
}
],
"is_lightning_verification": false
}