How is POST body to be supplied? POST { [ {"a":"123"}, {"b":"987"} ] }
How is POST body to be supplied?
POST
{
[
{"a":"123"},
{"b":"987"}
]
}