Authorization: ********************{
"targetUserId": 0,
"account": "string",
"activityParticipationId": 0,
"creditAmount": 0,
"remark": "string",
"tradeCurrency": "string"
}curl --location --request POST '/crm/credit/inflow' \
--header 'managerId;' \
--header 'managerName;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"targetUserId": 0,
"account": "string",
"activityParticipationId": 0,
"creditAmount": 0,
"remark": "string",
"tradeCurrency": "string"
}'