{"device_type": "camera"}curl --location --request POST '/devices//status' \
--header 'X-API-Key: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{"device_type": "camera"}'{
"response": {
"device": "camera",
"value": "stream_url",
"status": "online||offline"
}
}