{
"loginName": "kauth",
"kaPassword": "c9b4340185524ce288cd4f5f44ebd230",
"deviceId": "device_12345",
"captchaCode": "1234",
"captchaUuid": "a1b2c3d4e5f6g7h8i9j0"
}curl --location --request POST 'https://api.kauth.cn/api/consumer/user/recharge' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginName": "kauth",
"kaPassword": "c9b4340185524ce288cd4f5f44ebd230",
"deviceId": "device_12345",
"captchaCode": "1234",
"captchaUuid": "a1b2c3d4e5f6g7h8i9j0"
}'{
"msg": "string",
"data": {},
"code": "[200:操作成功]",
"traceId": "string",
"elapse": "string",
"respTime": "string",
"success": true
}