curl --location --request GET 'http://localhost:8081/adm/carInsurance/getAdmCarInsuranceListByPage?createUser=&updateUser=&id=&number=&company=&type=&carId=&carLicense=&effectDate=&expiredDate=&amount=&buyDate=&files=&procInstId=&procInstStatus=&comment=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"number": "string",
"company": "string",
"type": "string",
"carId": 0,
"carLicense": "string",
"effectDate": "2019-08-24T14:15:22Z",
"expiredDate": "2019-08-24T14:15:22Z",
"amount": 0,
"buyDate": "2019-08-24T14:15:22Z",
"files": "string",
"procInstId": "string",
"procInstStatus": "string",
"comment": "string",
"createUser": "string",
"updateUser": "string",
"status": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}