curl --location --request GET '/dms/dmstracerecord/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"van": "string",
"driver": "string",
"van_type": -32768,
"plan": "string",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"waybills": "string",
"bz": "string"
}
]
}