Can i add http parameters in prometheus data source?

I am trying to setup a prometheus endpoint which is available only by setting the parameters.

curl -G -s -k -H “Authorization: Bearer {{TOKEN}}” ‘https://myurl/endpoint’ --data-urlencode ‘match[]=up’

I can set the Authorization header but not the parameter.

Grafana version: 9.2.4