curl --location --request PATCH '/controllers//lockers' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lockerCount": 1
}'{
"success": true,
"previousCount": 0,
"newCount": 0
}