Authorization: Bearer ********************{
"current": 1,
"pageSize": 10
}curl --location --request POST '/web/vehicle-query/v1.0/warn/real-warn' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"pageSize": 10
}'{
"total": 0,
"rows": [],
"code": 200,
"msg": "success"
}