CCRCOPENAUTH: ********************{
"customerId": "string",
"amount": 0,
"type": 0,
"bizCode": "string",
"requestId": "string"
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/pay/balance/adjust' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"amount": 0,
"type": 0,
"bizCode": "string",
"requestId": "string"
}'{
"code": "string",
"message": "string",
"data": "string",
"success": true
}