curl --location --request POST '/lockers/open-all'{
"success": true,
"totalLockers": 0,
"successCount": 0,
"failureCount": 0,
"results": [
{
"lockerId": 0,
"success": true,
"doorOpen": true,
"error": "string"
}
]
}