{
"currency": 50,
"id": 1,
"reason": "发帖奖励"
}curl --location --request PUT '/manage/users/currency' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": 50,
"id": 1,
"reason": "发帖奖励"
}'{
"code": 20000,
"data": null,
"msg": null
}