curl --location --request POST 'https://api.softservv.co/onboarding/invite/' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'company_name=The name of the account being invited' \
--data-urlencode 'plan_guid=The pricing plan guid' \
--data-urlencode 'redirect_url=The redirect_url the user should be sent to after the onboarding process is complete. The number_id will be included as a POST parameter along with the invite_code.'{
"status": "Success",
"data": {
"invite_url": "https://onboarding.softservv.co/?invite=123456",
"company_name": "string",
"plan_guid": "string",
"redirect_url": "string",
"setup_complete": "string",
"date_created": "2019-08-24T14:15:22.123Z"
}
}