Authorization: ********************
X-API-Key: ********************
curl --location '/organization/invitations' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "role": "string" }'