WithQueryAdd returns a RequestOption that adds the query value to the associated key.
func WithQueryAdd(key, value string) RequestOptionWithQueryAdd returns a RequestOption that adds the query value to the associated key. It appends onto any existing values.