Add support in the ArmorCode integration to pass filters.status in the POST body of /api/findings requests, based on the mapping/selector configuration, instead of applying status filters only client-side in Port. Concretely: When a selector filters findings by status (e.g., OPEN , IN_PROGRESS , CONFIRMED , TRIAGE ), translate that into a filters.status array in the ArmorCode request body. Ensure this is applied for all paginated /api/findings calls. This will help reduce API calls made against the Armorcode API