$ curl -X POST https://api.rateapi.dev/keys
$ curl -X POST "https://api.rateapi.dev/v1/decisions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"state": "CA", "product_type": "mortgage", "intent": "purchase", "amount": 500000}'
$ curl -X POST "https://api.rateapi.dev/v1/decisions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"state": "TX", "product_type": "auto_loan", "intent": "purchase", "amount": 35000, "term_months": 60, "details": {"vehicle_condition": "new"}}'