curl --location 'http://localhost:3000/report' \
--header 'Content-Type: application/json' \
--data '{
"manufacturer": "Toyota",
"model": "Corolla",
"year": 2021,
"mileage": 38500,
"price": 19500,
"lat": 29.9792,
"lng": 31.1342
}'{
"status": "success",
"details": {
"id": 84,
"manufacturer": "Toyota",
"model": "Corolla",
"year": 2021,
"mileage": 38500,
"price": 19500,
"lat": 29.9792,
"lng": 31.1342,
"userId": 17
}
}