This is how I’ve been sending variables in my web get requests. Put an extra pair of “” around them to make sure it’s parsed as a string in curl. And if it doesn’t, you could always split the string and append them like
" …\“” + $lv(“apiKey”)$ + “\”…" yeah?