curl --location --request PATCH '/feedback/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"rating": 0,
"comment": "string",
"platform": "string",
"usageTime": 0,
"hasActiveLicense": true
}'{
"id": 123,
"createdAt": "2026-02-25T08:00:00.000Z",
"authorId": 55,
"organizationId": 10,
"comment": "Стало лучше после обновления",
"hasActiveLicense": true,
"usageTime": 14,
"platform": "web",
"rating": 4
}