cURL should be installed for these command line examples to work. Note the primary difference is the use
of quotes and double quotes. They must be exact and escaped where shown for Windows.
curl --header "Content-Type: application/json" --header "X-API-Key: HSunS8uBPX1EpExlOdHeUdmoxZ6Ghr" --request POST --data '{"address":"2330 Maple Road","city":"Buffalo","state":"NY","zip":"14221","country":"US"}' "https://api.closemore.io/service/getprofile"
curl --header "Content-Type: application/json" --header "X-API-Key: HSunS8uBPX1EpExlOdHeUdmoxZ6Ghr" --request POST --data "{\"address\":\"2330 Maple Road\",\"city\":\"Buffalo\",\"state\":\"NY\",\"zip\":\"14221\",\"country\":\"US\"}" "https://api.closemore.io/service/getprofile"
# $jsonResponse[demographic_bio][demographic]; // demographic_bio -> demographic
# $jsonResponse[demographic_bio][bio]; // demographic_bio -> bio
# $jsonResponse[likely_behaviours][likely_behaviour]; // likely_behaviours -> likely_behaviour
# $jsonResponse[likely_behaviours][about_me_list][1]; // likely_behaviours -> about_me_list - point 1 of 9 max
# $jsonResponse[likely_behaviours][about_me_list][2]; // likely_behaviours -> about_me_list - point 2 of 9 max
# ...
# $jsonResponse[likely_behaviours][about_me_list][9]; // likely_behaviours -> about_me_list - point 9 of 9 max
# $jsonResponse[lifestage][lifestage]; // lifestage -> lifestage
# $jsonResponse[lifestage][household_composition]; // lifestage -> household_composition
# $jsonResponse[lifestage][household_tenure]; // lifestage -> household_tenure
# $jsonResponse[lifestage][household_employment]; // lifestage -> household_employment
# $jsonResponse[lifestage][household_education]; // lifestage -> household_education
# $jsonResponse[income][income_class]; // income -> income_class
# $jsonResponse[income][avg_household_income]; // income -> avg_household_income
# $jsonResponse[income][median_household_income]; // income -> median_household_income
# $jsonResponse[income][net_worth_class]; // income -> net_worth_class
# $jsonResponse[income][avg_net_worth]; // income -> avg_net_worth
# $jsonResponse[income][median_net_worth]; // income -> median_net_worth
# $jsonResponse[lifestyle_indicator][snapshot][0]; // lifestyle_indicator -> snapshot - point 1
# ...
# $jsonResponse[lifestyle_indicator][snapshot][7]; // lifestyle_indicator -> snapshot - point 8
# $jsonResponse[lifestyle_indicator][deepdive][automotive_products]; // lifestyle_indicator -> deepdive -> automotive_products
# $jsonResponse[lifestyle_indicator][deepdive][sports_and_leisure]; // lifestyle_indicator -> deepdive -> sports_and_leisure
# $jsonResponse[lifestyle_indicator][deepdive][retailers_and_shopping]; // lifestyle_indicator -> deepdive -> retailers_and_shopping
# $jsonResponse[lifestyle_indicator][deepdive][online_behaviors]; // lifestyle_indicator -> deepdive -> online_behaviors
# $jsonResponse[lifestyle_indicator][deepdive][television_viewership]; // lifestyle_indicator -> deepdive -> television_viewership
# $jsonResponse[top_5_important_to_me][top5_num1]; // top_5_important_to_me - point 1
# ...
# $jsonResponse[top_5_important_to_me][top5_num5]; // top_5_important_to_me - point 5
# $jsonResponse[latitude]; // latitude of address
# $jsonResponse[longitude]; // longitude of address
# $jsonResponse[credits_used_for_api_request] // credits used for this request
# $jsonResponse[credits_remaining]; // closemore credits remaining