How to use API?

#8
by nescroft - opened

I tried various things on postman but it keeps telling me "value is not a valid dict". How should I format the request? I tried this and a few other things. Thanks!
{
"data":[
"Misc",
"23",
"1.8"
]
}

I found I was able to get it to work if I put the strings in a list object.

Sign up or log in to comment