curl --location --request GET 'https://hom.roit.ai/roit-data-integration/v1/requests/' \
--header 'Authorization;'
{
"status": "success",
"message": "Request retrieved successfully",
"data": {
"processUniqueId": "bb0c892a-9695-414d-966b-c3cd66959067",
"processStatus": "PROCESSING",
"callbackUrl": "https://api.example.com/webhook/status-update",
"operationType": "DOCUMENT_PROCESSING",
"documentType": "NFE",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T11:00:00Z",
"metadata": {
"fileName": "documento_nfe.xml",
"fileSize": 1024000,
"uploadedAt": "2024-01-15T10:35:00Z"
}
}
}