curl --location --request PATCH 'https://smart-locker-api.byrokket.com/api/devices/1/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_status": "In locker"
}'{
"status": "true",
"message": "Device status updated successfully"
}