{
"userId": 0,
"action": 0,
"amount": 0,
"remark": "string"
}curl --location --request POST '/api/user/adjustWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"action": 0,
"amount": 0,
"remark": "string"
}'{}