What is a proper way to query a metadata.value which include escape characters?
For example a hash sign “#”
https://api.cryptlex.com/v3/trial-activations?metadata.value=hash#string
If I use a “Percent encoding” and replace the hash with %23 it didn’t work.
Thank you!