curl --location --request GET '/api/common/currency/get_currency' \
--header 'X-Locale-Code: en'
{
"code": 0,
"msg": "ok",
"data": {
"item": [
{
"id": 1,
"name": "Yuan",
"symbol": "¥",
"is_default": 1,
"rate": ""
}
],
"errcode": 0,
"message": ""
}
}