I have created a REST module in ORDS with a GET handler. I have not yet put authentication on it, so I can call the endpoint and it returns the result (in my case it returns the contents of a BLOB column which holds a PDF). Now I am trying to create a PAR for it. However, when I try the generated PAR URL it gives a 401 (Unauthorized) error.
How can I avoid this error?