I have URL in the below format, and I want to decode the query string and re-write the URL.
https://api.test.abc.com/parameters?username=%7Busername%7D
How can I decode username using policies and re-write it in the following format:
API Endpoint: /api/affiliated/users/userInfo/?username=abcd.gmail.com
Many thanks in advance.