Hi Team I am using the request template as per the new fdk release. But I have come across a problem. I need to request an endpoint with multiple query params, however its not working as expected.
I am making a Jira request to get projects based on ID so their query params must look like this for example:
?id=1234&id=1234
This query works in postman and the endpoint returns these two projects only. However, on my freshdesk app the query is not working as expected.
After investigation I know its because of the “&” sign. When I request for only one project it works as expected.
What is the best way to make requests with multiple query params like this, “?id=123&id=123”
Thanks