{
"plateNo": "",
"phone": "",
"curPage": 1,
"pageSize": 10
}
curl --location --request POST 'http://localhost:8083/stpweb/userPlate/list.do' \
--header 'Cookie: UID=d3461e80b0ef4fdc810faee7fe75ef8d' \
--header 'Content-Type: application/json' \
--data-raw '{
"plateNo": "",
"phone": "",
"curPage": 1,
"pageSize": 10
}'
{}