X-API-KEY: ********************curl --location --request GET '/api/users/invite/v1/' \
--header 'X-API-KEY: <api-key>'[
{
"email": "user@example.com",
"organization_id": 1,
"role": "admin",
"id": 1,
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"created_at": "2019-08-24T14:15:22.123Z"
}
]