{
"rate": "string"
}
curl --location --request POST '/config/rate/usd2Rmb' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"rate": "string"
}'
{
"code": 0,
"msg": "",
"data": {},
"success": false
}