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