curl --location --request GET '/admin-api/system/tenant-currency/get' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"currencyCode": "string",
"currencyPic": "string",
"monetaryUnit": "string",
"minorUnit": 0,
"preAmount": 0
},
"msg": "string"
}