{
"name": "德国便士",
"symbol": "₰",
"locales_id": 1,
"is_default": 1,
"rate":"0.01"
}
curl --location --request POST '/adminapi/lang/currency/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "德国便士",
"symbol": "₰",
"locales_id": 1,
"is_default": 1,
"rate":"0.01"
}'
{}