x-api-key: ********************
{ "access_code": "string", "sub_organization_id": "string" }
curl --location --request POST '/locker/close' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "access_code": "string", "sub_organization_id": "string" }'
{ "message": "string" }