curl --location 'api.auto-value.yousefdawood.me/report' \
--header 'Content-Type: application/json' \
--data '{
"manufacturer": "Toyota",
"model": "Corolla",
"year": 2021,
"mileage": 38500,
"price": 19500,
"lat": 29.9792,
"lng": 31.1342
}'{
"status": "fail",
"statusCode": 401,
"message": "You are not currently signed in"
}