{"device_type": "camera"}curl --location --request POST '/devices//device-control' \
--header 'X-API-Key: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{"device_type": "camera"}'{
"response": {
"device_control": {
"device": "camera",
"input": "url",
"api-data": "{}"
}
}
}