curl -v -XPOST \
-H 'Authorization: RUADS_API_KEY ..........' \
-H 'Content-Type: application/json' \
'https://api.ruads.org/v1/estimate/submit' \
-d '
{
"criteria": [
{
"type": ".PriceCriterion",
"filters": [
{
"type": ".RangeFilter",
"name": "range",
"min": 8,
"max": 8
}
]
}
]
}
' --compressed && echo