curl --location --request GET '/truckdata/technicalinspectionservice//'{
"countryCode": "string",
"plateNumber": "string",
"datesList": [
{
"companyName": "string",
"technicalInspectionExecutionDate": "2019-08-24",
"technicalInspectionOpeningDate": "2019-08-24",
"technicalInspectionClosingDate": "2019-08-24",
"isDone": true
}
]
}