I want to write an endpoint that receives the value of one of its input from a middleware and I don't want the caller of the endpoint (frontend or from swagger) to see this particular input. Please how do I do this? I would be very grateful for any response.
That is, an input that is entirely hidden from the frontend while still being part of the endpoint’s request.