curl --location --request POST 'https://smart-locker-api.byrokket.com/api/area' \ --header 'Content-Type: application/json' \ --data-raw '{ "area_name": "Entry", "created_by": 1 }'
{}