Authorization: Bearer ********************curl --location '/organization/invites' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "string",
"role": "reader",
"projects": [
{
"id": "string",
"role": "member"
}
]
}'{
"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"
}
]
}