Hello!
I need to send GET request with omittable parameters for filtering. But if one one of the parameters are omitted, URI being malformed adding "=&" before another param:
"url": "https://new-dev-api.globalchatsystem.com/profiles?=&eyes[]=blue%2Cbrown&hair[]=black%2Cblond&page=1"
I tried using transformer as well but its still malforming it adding "=" in the end expecting to have value below.
What can I do to be able to omit some params so that URL isnt malformed?