Authorization: ********************
curl --location --request POST 'https://my.xentree.com/api/organizations//members' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": "string", "role": "member" }'