{
"device_type": "o3-sensor",
"sub_device":"temprature"
}curl --location --request POST '/devices//status' \
--header 'X-API-Key: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_type": "o3-sensor",
"sub_device":"temprature"
}'{
"response": {
"device": "temperature",
"value": "24",
"status": "online/offline"
}
}