X-API-Key: ********************curl --location 'https://api.snakk.ai/api/orgs//invites' \
--header 'X-API-Key: <api-key>'{
"invites": [
{
"id": "22222222-2222-2222-2222-222222222222",
"email": "invitee@example.com",
"role": "user",
"created_at": "2026-06-20T08:00:00Z",
"expires_at": "2026-06-27T08:00:00Z",
"accept_url": "https://platform.example.com/aksepter/abc123token"
}
]
}