Authorization: ********************{
"activityId": 0,
"userId": 0,
"account": "string",
"maxCreditAmount": 0,
"tradeCurrency": "string"
}curl --location --request POST '/crm/credit/maxcreditamount/update' \
--header 'managerId;' \
--header 'managerName;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"activityId": 0,
"userId": 0,
"account": "string",
"maxCreditAmount": 0,
"tradeCurrency": "string"
}'