curl --location --request GET '/dms/dmsbilltrace/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"bill_status": "string",
"bill_id": -2147483648,
"bill_type": -32768,
"operator": "string",
"operator_type": -32768,
"operate_time": "2019-08-24T14:15:22Z"
}
]
}