In my GET request:
https://mydomain.io/some/other/some?events='message.sender%3DVxc1234'
Doing the above would throw a \nparse error. Are there escape characters that I have to use to deal with the single quotes?
In my GET request:
https://mydomain.io/some/other/some?events='message.sender%3DVxc1234'
Doing the above would throw a \nparse error. Are there escape characters that I have to use to deal with the single quotes?