curl --location --request POST 'https://smart-locker-api.byrokket.com/api/logs' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "",
"locker_id": "",
"log_type": "",
"user_id" : "1",
"keyword":"",
"date_from": "",
"date_to": "",
"page": 1,
"limit": 10
}'{
"status": "string",
"data": [
{
"id": "string",
"action": "string",
"details": "string",
"created_by": null,
"created_at": "string",
"updated_at": "string"
}
]
}