curl --location --request GET '/api/common/i18n/getDefaultLocale?code' \
--header 'X-Shop-Id: 0'
{
"id": 0,
"localeCode": "string",
"language": "string",
"flagPicture": "string",
"lastUpdated": "string",
"isEnabled": 0,
"isDefault": 0,
"currencyId": 0,
"sort": 0,
"currency": {
"id": 0,
"name": "string",
"symbol": "string",
"isDefault": 0,
"rate": "string"
}
}