We have a firewall which requires a header value to bypass, and I cannot send a header with my GQL request to do this. Expected: ``` self.client.execute("myGQLQuery", query, headers={"x-firewall-bypass": "true"}) ``` Result: ``` /ERROR/locust.core: execute() got an unexpected keyword argument 'headers' ```