The report travels in the URL fragment, so it never reaches the server:
https://<host>/#v1z.<base64url of raw-deflated JSON>
https://<host>/#v1.<base64url of the JSON>
Percent-encoded JSON and a bare base64 payload are also accepted. See
README.md for the field list and the iOS side that produces it.