invite_email so invited person can start scanning (via GoToScan app) for this order.street,city,postalCode,country,invite_emailcurl --location --request POST 'https://app.cubi.casa/api/integrate/v3/orders/invitation' \
--header 'Content-Type: application/json' \
--data-raw '{
"street": "615 Bourbon St",
"suite": "A1",
"city": "New Orleans",
"state": "Louisiana",
"country": "United States",
"postalCode": "70130",
"info": "Extra info",
"external_id": "R4ER93",
"invite_email": "linus@computer.com",
"package_type": "plus",
"add_ons": [
"gla"
]
}'{
"message": "Success to send order invitation!",
"id": "a25b5202-06a6-4179-a17b-5e073572d553"
}