curl -X POST \
https://api.hellobestow.com/v2/quote \
-H 'Authorization: 82zZIHeBqUlBtICMX5li' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-d '{
"partner_referral": "partnername",
"birth_date": "1980-01-01",
"gender": "male",
"height_feet": 6,
"height_inches": 0,
"state": "TX",
"weight": 180,
"tobacco": "no"
}
'