Hi,
Here is my API call that I am sending through DevTest and Postman:
GET /api/v1/econsent/consents/{consentId}/signers/{email}/sessions
https://localhost:10040/api/v1/econsent/consents/FKKXbaP56DlyYH3i8_w2itksJl0=/signers/test@gmail.com/sessions
I already define consentId and email as parameter in Filter section but I still get 404, but when I am sending request in other env in postman it works fine, any idea?
what else do I need to config in DevTest SOlution?