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