curl --request POST \
--url https://api.example.com/document-extractions/{documentId}/feedback \
--header 'Content-Type: application/json' \
--data '
{
"feedbackType": "FIELD_CORRECTION",
"fieldKey": "<string>",
"originalValue": "<string>",
"correctedValue": "<string>",
"comment": "<string>"
}
'