curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/store \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"currency": "<string>",
"timezone": "<string>",
"prices_include_tax": true,
"tax_rate": 123,
"metadata": {}
}curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/store \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"currency": "<string>",
"timezone": "<string>",
"prices_include_tax": true,
"tax_rate": 123,
"metadata": {}
}