curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/analyze/comparables \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"conditionScore": 123
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/analyze/comparables \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"conditionScore": 123
}
'