curl --location --request POST '/api/currency' \
--header 'accountSetId: 794981295003285450' \
--header 'F-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"code": "USD",
"name": "美元",
"exchangeRate": "7.006935"
}'{"success":true,"code":200,"msg":""}