Authorization: Bearer ********************{
"userId": 0,
"account": "string",
"readonly": true,
"enable": true,
"enableDeposit": true,
"enableWithdrawal": true,
"accountTypeCode": "string",
"group": "string",
"alias": "string"
}curl --location --request POST '/crm/info/modify/setting' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userId": 0,
"account": "string",
"readonly": true,
"enable": true,
"enableDeposit": true,
"enableWithdrawal": true,
"accountTypeCode": "string",
"group": "string",
"alias": "string"
}'