trusted_advanced_access
, so you need to be a verified developer to call this interfacecurl --location --request POST 'https://cn2us02.opapi.win/api/v1/user/oauth/app/charge-user-balance' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'chargeCoins=100' \
--data-urlencode 'remark=OAuth Charge'
{
"statusCode": 200,
"message": "Charge User Balance success",
"data": {
"userId": 888,
"chargeCoins": 100,
"netIncome": 90
}
}