curl --location --request POST 'https://connect.dispatchable.com/route_engine/api/v1/autoquote-formulas' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Flat Rate Test",
"base_price_source": "flat_rate",
"base_rate_value": 1000,
"rounding_method": "nearest",
"round_to": 5,
"additional_markup_type": "fixed",
"additional_markup_value": 195,
"required_deposit_type": "fixed",
"required_deposit_value": 200,
"allow_open_carrier": true,
"allow_soft_enclosed": true,
"allow_hard_enclosed": true,
"default_is_operable": true
}'