curl --location --request POST 'https://smart-locker-api.byrokket.com/api/devices/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_name": "PDA3",
"device_type": "PDA",
"device_id_code": "0546548743451",
"device_location": "Mall Centre",
"created_by": 1
}'{}