outOfService: true with reasonCode and reason fields.outOfService: false. The reasonCode and reason fields are optionalbrokenLock: true, the lock will still fire but door sensor failures are ignoredbrokenLock: true to enable workaround, brokenLock: false to disable.always_oos: true)curl --location --request PATCH '/lockers/' \
--header 'Content-Type: application/json' \
--data-raw '{
"outOfService": true,
"reasonCode": "LOCK_MALFUNCTION",
"reason": "Lock solenoid not responding"
}'{
"success": true
}