curl --location '/projects//panels//loads' \
--header 'Authorization: Bearer <token>'{
"revision": 0,
"data": {
"rooms": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"type": "hallway",
"iconUrl": "string",
"loads": {
"type": "custom",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"powerW": 0,
"currentA": 0,
"phases": "single_phase"
}
}
]
}
}