{
"reqs": [
{
"uri": "string",
"body": [
{}
]
}
]
}
curl --location --request POST '/api/v1/system/common/api/batch-agg' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqs": [
{
"uri": "string",
"body": [
{}
]
}
]
}'
{
"code": "200",
"msg": "string",
"data": {
"lists": [
[
null
]
]
}
}