Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/finance/crm/financialpaymentconfig/list' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"enable": true,
"name": "string",
"currencys": [
"string"
],
"transferMode": "1",
"channelType": "0",
"autoMinAmount": 0,
"autoMaxAmount": 0,
"extraJson": {
"property1": "string",
"property2": "string"
},
"remark": "string",
"remoteChannelKey": "string"
}
]