curl --location --request GET '/adminapi/lang/currency/list' \
--header 'X-Shop-Id: 0'
{
"records": [
{
"id": 0,
"name": "string",
"symbol": "string",
"isDefault": 0,
"rate": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}