Hi there,
I am hoping someone can assist me with the following. I need to send a GET request to an endpoint but the endpoint is expecting a parameter array. The paramater that contains the Array is “pid”.
I cannot send this in the JSON Body with a POST unfortunately and has to be in this GET request.
E.g. It needs to be in this format:
This is the action:
Any help would be appreciated.