curl --location --request POST 'https://smart-locker-api.byrokket.com/api/location/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_name": "Centre Mall",
"schedule": "Monday to Thusday 9:00 to 18:00, Friday 9:00 to 14:00",
"area_id":2,
"created_by": 1
}'{}