x-api-key: ********************
curl --location --request GET '/locker/?location_id=' \ --header 'x-api-key: <api-key>'
{ "accessCodes": [ { "id": "string", "accessCode": "string", "state": "string", "expiry": "string", "createdOn": "string" } ] }