x-api-key: ********************
{ "location_id": "string", "locker_name": "string", "single_use": true, "expiry": "string" }
curl --location --request POST '/locker' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "location_id": "string", "locker_name": "string", "single_use": true, "expiry": "string" }'
{}