outOfService: true with reasonCode and reason fields.outOfService: false. The reasonCode and reason fields are optionalcurl --location --request PATCH '/lockers/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"outOfService": true,
"reasonCode": "MANUAL_DISABLE",
"reason": "string"
}'{
"success": true
}