invoice.items[0].description).curl --location --request PATCH 'https://test.your-api-server.com/v1/workspaces//documents//feedback' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"overallRating": 1,
"comments": "string",
"fieldCorrections": {
"property1": "string",
"property2": "string"
}
}'{
"feedbackId": "string",
"documentId": "string",
"status": "string",
"message": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}