Create a Privacy Pass
Issues a Privacy Pass token by blind-signing a client-provided blinded token (Blind RSA, RFC 9578). The returned blind signature is unblinded client-side to produce a Privacy Pass token that can later be redeemed anonymously (for example, when generating a Relay claim).
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Request
The base64url-encoded blinded token to be signed. Produced client-side by blinding a token input with the issuer public key identified by key-id.
The hex-encoded identifier of the issuer signing key to use. Must match the key the blinded-token was blinded against.
Response
The base64url-encoded blind signature. Unblind this client-side to produce the Privacy Pass token.

