curl --location 'https://stg-gateway.invora.app/api/v2/marketplace/connections//sync-team' \
--header 'Content-Type: application/json' \
--data '{
"connectionId": "string"
}'{
"items": [
{
"zitadelUserId": "string",
"sallaUserId": "string",
"email": "string",
"name": "string",
"outcome": "SYNC_OUTCOME_UNSPECIFIED"
}
],
"created": 0,
"alreadyExisting": 0,
"suspendedSkipped": 0
}