Can I bulk set 2 parameters in one call?

I am using node red so thats where my example is coming from, but that doesnt really matter. Can I use one service call to bulk set multiple parameters?

In example below, I tried to set parameter 16 and 23 at same time but I get an error that “parameter” is duplicated. So Im assuming the answer is no; I just want to be sure.

image

I tried this which doesn’t trigger an error like what you have but also doesn’t work:

{
   "entity_id": "light.wd200p_garagefloods",
   "parameter": 13,
   "value": 1
}
{
   "entity_id": "light.wd200p_garagefloods",
   "parameter": 24,
   "value": 3
}