I'm struggling with knowing how to do the following. I want to do functionality similar to:
--data-urlencode 'where={"playerName":"Jonathan Walsh"}' \
--data-urlencode 'limit=100' \
but I would quite like to do this in one --data-urlencode request. Is this possible? And could someone show me what the url would look like?
Thanks