curl --location --request POST 'https://api.falken.ltd/api/organizations//invitations' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"organizationRoleId": "3ed06bb5-3877-4ce1-8371-c21273b858f1",
"inviteCode": "string",
"email": "user@example.com",
"expiresAt": "2019-08-24T14:15:22.123Z",
"maxUses": 0
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"organizationName": "string",
"inviteCode": "string",
"email": "string",
"organizationRoleId": "3ed06bb5-3877-4ce1-8371-c21273b858f1",
"roleName": "string",
"expiresAt": "2019-08-24T14:15:22.123Z",
"isActive": true,
"maxUses": 0,
"timesUsed": 0,
"canBeClaimed": true,
"created": "2019-08-24T14:15:22.123Z"
}