PATCH /controllers/{controllerId}/lockers endpoint instead.curl --location --request PATCH '/controllers/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "South Bank",
"ipAddress": "192.168.1.100",
"port": 8080,
"operational": true,
"reasonCode": "string",
"reason": "string"
}'{
"success": true
}