Authorization: Bearer ********************curl --location '/organization/invites/' \
--header 'Authorization: Bearer <token>'{
"object": "organization.invite",
"id": "string",
"email": "string",
"role": "owner",
"status": "accepted",
"created_at": 0,
"expires_at": 0,
"accepted_at": 0,
"projects": [
{
"id": "string",
"role": "member"
}
]
}