{
"requests": [
{
"body": {},
"method": "POST",
"path": "string"
}
]
}
curl --location --request POST 'https://prod.iotn2n.com/iotapi/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"requests": [
{
"body": {},
"method": "POST",
"path": "string"
}
]
}'
{}