curl --location --request GET '185.252.233.246/api/team/invite-info/' \
--header 'X-API-Key: <api-key>'{
"invitation": {
"workspace": {},
"email": "string",
"role": "string",
"scopes": [
"string"
],
"invitedBy": {},
"expiresAt": "2019-08-24T14:15:22.123Z"
}
}