How can I use the redirects.json if I am going to redirect to an external website with URL parameters.
Example: /go/affiliate-name/
will redirect to https://website.com?key=value
My redirects.json entry is:
[{
"from": "/go/affiliate-name" ,
"to": "https://www.website.com?id=123abc",
"permanent": true
}]