curl --location --request GET '/api/order/check/getStoreShippingType' \
--header 'X-Shop-Id: 0'
{
"property1": [
{
"typeId": 0,
"shopId": 0,
"typeName": "string"
}
],
"property2": [
{
"typeId": 0,
"shopId": 0,
"typeName": "string"
}
]
}