Currently, the API passes user values through parameters in the body. We hope to add passing values through the X-User-Id header parameter.
When integrating the Dify API with a gateway, it currently requires parsing the request body. If values are passed through the header, gateway processing would be more convenient.