[
{
"portIndex": 0,
"connectIndex": 0,
"conditions": [
{
"powerIndex": 0,
"status": 0
},
{
"powerIndex": 1,
"status": 0
},
{
"powerIndex": 2,
"status": 0
},
{
"powerIndex": 3,
"status": 0
},
{
"powerIndex": 4,
"status": 0
},
{
"powerIndex": 5,
"status": 0
},
{
"powerIndex": 6,
"status": 0
},
{
"powerIndex": 7,
"status": 0
}
]
}
]curl --location --request POST 'http://192.168.0.220:12000/terminal/core/v1/multiFunction/power/status' \
--header 'Authorization;' \
--header 'Authorization: "token": "1766750047679tzKSIsromDRgY7hHsgCbiw==",' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"portIndex": 0,
"connectIndex": 0,
"conditions": [
{
"powerIndex": 0,
"status": 0
},
{
"powerIndex": 1,
"status": 0
},
{
"powerIndex": 2,
"status": 0
},
{
"powerIndex": 3,
"status": 0
},
{
"powerIndex": 4,
"status": 0
},
{
"powerIndex": 5,
"status": 0
},
{
"powerIndex": 6,
"status": 0
},
{
"powerIndex": 7,
"status": 0
}
]
}
]'{
"code": 0,
"message": "string"
}