curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/property/{id}/recalculate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"comparables": "<array>",
"distance": "<unknown>"
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/property/{id}/recalculate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"comparables": "<array>",
"distance": "<unknown>"
}
'Was this page helpful?