{
"projectId": 115,
"parkinglotId": "",
"parkingno": "",
"serail": "",
"accessTimeStart": "",
"accessTimeEnd": "",
"lockState": 0,
"useState": "",
"ids": [1]
}
curl --location --request POST 'http://192.168.20.134:9090/lock-manager/lock/export' \
--header 'Cookie: UID=25d0151348b24d5fae8c5399c13ec5a2' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 115,
"parkinglotId": "",
"parkingno": "",
"serail": "",
"accessTimeStart": "",
"accessTimeEnd": "",
"lockState": 0,
"useState": "",
"ids": [1]
}'
{
"code": 0,
"message": "string",
"data": null
}