Note, this is specifically regarding a GET request and not POST, so please don’t answer with WWWForm!
I’m trying to send a long or int in a URL query to a REST endpoint that accepts a number for that parameter and not the usual url query string. How does one do this using UnityWebRequest GET?