curl --location --request POST '/org/invite/member' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "John Doe", "invited": "user.b@example.com", "rid": 0, "role_name": "string", "send_mail": true }'
null