session: ********************curl --location 'https://api.snakk.ai/api/reseller/tenants//invites' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"role": "owner"
}'{
"success": true,
"invited_email": "user@example.com",
"accept_url": "http://example.com",
"email_sent": true
}