{
"type": 1,
"curPage": 1,
"pageSize": 5000
}
curl --location --request POST 'http://192.168.20.134:9090/lock-manager/export/queryExport/' \
--header 'Cookie: UID=25d0151348b24d5fae8c5399c13ec5a2' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"curPage": 1,
"pageSize": 5000
}'
{
"code": 0,
"message": "string",
"data": null
}