curl --location 'https://api-test.spotgo.eu/api/v1/documents/quality/'{
"status": {},
"message": "string",
"errorCode": "string",
"data": {
"totalPages": 0,
"documentSummary": {
"passed": true,
"totalScore": 0,
"cropScore": 0,
"blurScore": 0
},
"pages": [
{
"pageNumber": 0,
"error": "string",
"passed": true,
"totalScore": 0,
"cropScore": 0,
"blurScore": 0
}
]
},
"metadata": {
"property1": "string",
"property2": "string"
}
}