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