Authorization: Bearer ********************{
"id": 0,
"currencys": [
"string"
],
"autoMinAmount": 0,
"autoMaxAmount": 0,
"remark": "string",
"enable": true
}curl --location --request POST '/crm/financialpaymentconfig/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"currencys": [
"string"
],
"autoMinAmount": 0,
"autoMaxAmount": 0,
"remark": "string",
"enable": true
}'