{ "ok": false, "data": "Cannot deserialize value of type java.lang.Integer from String "$system.search.experience": not a valid java.lang.Integer value\n at [Source: REDACTED .........
So sounds like I need it to be an integer when it's a string. After multiple hours I cannot seem to get the right JSON to convert it into a number that the API will recognise
If I replace the system.search variable with a static number it works fine.