{
"companyId": "14898",
"minDiscountBalance": 2,
"paymentType": 2
}
curl --location --request POST '/admin-api/charging/account/setPaymentType' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": "14898",
"minDiscountBalance": 2,
"paymentType": 2
}'
{
"code": 0,
"data": true,
"msg": "string"
}