I'm not sure if this is possible, but I'm trying to twist the message, but with json as parameters, for example:
curl -X POST 'https://myserver/action?params={"field1":"something","whatever":10,"description":"body","id":"random","__oh__":{"session":"12345678jhgfdrtyui"}}'
however, I keep getting some curl: (3) [globbing] nested braces not supported at pos error curl: (3) [globbing] nested braces not supported at pos X
how to do it?
source share