curl --location --request POST 'https://v4.fenxi365.com/api/currency' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accountSetsId": 0,
"code": "string",
"name": "string",
"exchangeRate": 0,
"localCurrency": true
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}