Authorization: Bearer ********************
curl --location --request GET 'https://test.e-mole.net/api/countries?mustAllowBilling=true&mustAllowShipping=true' \
--header 'Accept: text/plain'
{
"countries": [
{
"name": "ad est reprehenderit exercitation magna",
"allows_billing": false,
"allows_shipping": true,
"two_letter_iso_code": "Lorem nostrud",
"ThreeLetterIsoCode": "pariatur",
"numeric_iso_code": 86714577,
"subject_to_vat": true,
"id": 71771397
},
{
"name": "in aliquip enim amet",
"allows_billing": true,
"allows_shipping": true,
"two_letter_iso_code": "officia laborum",
"ThreeLetterIsoCode": "nulla in consectetur",
"numeric_iso_code": 84869693,
"subject_to_vat": true,
"id": 87864157
}
]
}