Do an HTTP GET Request in Curl

curl 'https://howtoxiny.org/en/docs/contributing/?query=value&filter=other' \
    -H 'User-Agent: agent/0.0.1' \
    -H 'Accept: */*'
aka