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