curl --location --request GET '/4s/check_report/car_check_final_report' \
--header 'User-Token: {{User-Token}}'
{
"id": "",
"carNumber": "",
"brandCarModel": "",
"mileage": 0.0,
"customerName": "",
"customerPhone": "",
"senderName": "",
"senderPhone": "",
"paperFile": [
""
],
"finalCheckParts": [
{
"partId": "",
"partName": "",
"checkPartItems": [
{
"itemId": "",
"itemName": "",
"isNormal": false,
"description": "",
"itemImgs": [
""
]
}
],
"abnormalCount": 0
}
],
"otherCheckParts": {
"description": "",
"imgs": [
""
]
},
"sendDate": 0,
"workOrders": [
""
],
"finishDate": 0,
"brandLogo": ""
}