X-Admin-Key: ********************curl --location 'https://api.snakk.ai/api/admin/resellers//members' \
--header 'X-Admin-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"role": "admin"
}'{
"success": true,
"invited": true,
"email": "string"
}