JSON Request in Appery
The JSON documentation says I use a format like below to request info. How do I format this into a request in Appery? I think its a POST
{
"auth":"Your API Key",
"method":"MethodName",
"params": {
"paramName":"paramValue",
"paramName2":"paramValue2",
},
"returnFormat":"optional"
}