session: ********************curl --location 'https://api.snakk.ai/api/reseller/members' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"role": "admin"
}'{
"success": true,
"invited": true,
"email": "user@example.com"
}