curl --location -g --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/member/recharge?appKey={{appKey}}&shopIdenty={{shopIdenty}}&brandId={{brandId}}&version=2.0×tamp={{timestamp}}&sign={{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"businessType": 1,
"cardNum": "string",
"cardType": 1,
"customerId": 0,
"remark": "string",
"tpOrderId": "string"
}'{
"code": 0,
"message": "string",
"messageUuid": "string",
"result": {
"balance": "string"
}
}