Authorization: Bearer ********************{
"qualityReminderId": "d06c533d-479c-4fc9-8dae-f344a8f11d04",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}curl --location --request POST '/api/services/app/examine/quality/reply/crOrUp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"qualityReminderId": "d06c533d-479c-4fc9-8dae-f344a8f11d04",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'