curl --location --request POST 'https://prod-price-check-app-bff.awsmanlog2.manheim.com/listing-prices' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stops": [
{
"stopId": "",
"stopNumber": 1,
"locationName": "",
"locationType": null,
"streetAddress1": "",
"streetAddress2": "",
"city": "New York",
"state": "NY",
"postalCode": "11201",
"country": "US",
"longitude": null,
"latitude": null,
"selectdAddress": "Brooklyn, NY 11201, USA"
},
{
"stopId": "",
"stopNumber": 2,
"locationName": "",
"locationType": null,
"streetAddress1": "",
"streetAddress2": "",
"city": "Miami",
"state": "FL",
"postalCode": "33157",
"country": "US",
"longitude": null,
"latitude": null,
"selectdAddress": "Miami, FL 33157, USA"
}
],
"vehicles": [
{
"vin": "",
"year": "2025",
"make": "Honda",
"model": "Civic Sedan",
"vehicleType": "CAR",
"isOperable": true,
"pickUpStopNumber": 1,
"dropOffStopNumber": 2
}
],
"trailerType": "Open"
}'