X-API-Key: ********************curl --location 'https://api.snakk.ai/api/users' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "newmember@example-as.no",
"role": "admin"
}'{
"user": {
"id": "7a1b2c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d",
"tenant_id": "9b8c7d6e-5f4a-3b2c-1d0e-9f8a7b6c5d4e",
"email": "newmember@example-as.no",
"role": "admin",
"created_at": "2026-06-25T10:30:00.000Z",
"last_login_at": null
},
"message": "User invited successfully"
}