# Playground JWE for POST requests

Send test encrypted HTTP requests and receive encrypted responses. Encryption is mandatory for this endpoint — any message that is not in JSON Web Encryption (JWE) format will be rejected.

Endpoint: POST /v1/auth/jose/playground/jwe
Security: ClientCredentialsToken

## Header parameters:

  - `Accept` (string, required)
    Enum: "application/jose+json"

  - `x-tw-jose-method` (string, required)
    JOSE method identifier.
    Enum: "jwe"


