{
"withdrawal_min_amount": 100,
"withdrawal_fee_rate": 0.05
}
curl --location --request POST '/adminapi/system/config/editUserWithdrawalRules' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"withdrawal_min_amount": 100,
"withdrawal_fee_rate": 0.05
}'
{
"code": 200,
"msg": "操作成功"
}