curl --request GET \
--url https://admin.aeoliancms.com/api/v1/store \
--header 'Authorization: Bearer <token>'{
"store": {
"id": "<string>",
"name": "<string>",
"defaultCurrency": "<string>",
"contactEmail": "<string>",
"frontendDomain": "<string>",
"logoUrl": "<string>",
"logoHeightDesktop": 123,
"logoHeightMobile": 123,
"headerPaddingDesktop": 123,
"headerPaddingMobile": 123,
"faviconUrl": "<string>",
"emailLogoUrl": "<string>",
"processingTimeMin": 123,
"processingTimeMax": 123,
"shippingTimeMin": 123,
"shippingTimeMax": 123,
"returnPeriodDays": 123,
"refundTimeMin": 123,
"refundTimeMax": 123,
"businessHoursWeekdayOpen": "<string>",
"businessHoursWeekdayClose": "<string>",
"businessHoursWeekendOpen": "<string>",
"businessHoursWeekendClose": "<string>",
"routeProducts": "<string>",
"routeCollections": "<string>",
"routePages": "<string>",
"homeMetaTitle": "<string>",
"homeMetaDescription": "<string>"
}
}curl --request GET \
--url https://admin.aeoliancms.com/api/v1/store \
--header 'Authorization: Bearer <token>'{
"store": {
"id": "<string>",
"name": "<string>",
"defaultCurrency": "<string>",
"contactEmail": "<string>",
"frontendDomain": "<string>",
"logoUrl": "<string>",
"logoHeightDesktop": 123,
"logoHeightMobile": 123,
"headerPaddingDesktop": 123,
"headerPaddingMobile": 123,
"faviconUrl": "<string>",
"emailLogoUrl": "<string>",
"processingTimeMin": 123,
"processingTimeMax": 123,
"shippingTimeMin": 123,
"shippingTimeMax": 123,
"returnPeriodDays": 123,
"refundTimeMin": 123,
"refundTimeMax": 123,
"businessHoursWeekdayOpen": "<string>",
"businessHoursWeekdayClose": "<string>",
"businessHoursWeekendOpen": "<string>",
"businessHoursWeekendClose": "<string>",
"routeProducts": "<string>",
"routeCollections": "<string>",
"routePages": "<string>",
"homeMetaTitle": "<string>",
"homeMetaDescription": "<string>"
}
}