curl --location 'http://127.0.0.1:8000/api/devices/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json'{
"message": "Device found successfully",
"data": {
"id": 1,
"name": "Firewall Main",
"IP address": "192.168.1.1",
"operating system": "Linux",
"status": "active"
}
}