POST /documents/jobs until status is Completed or Error.curl --location '/api/v1/core/documents//detail' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
"documentNo": "string",
"documentType": "string",
"status": "Completed",
"issueDate": "2019-08-24",
"buyer": {},
"grandTotal": 0,
"vatTotal": 0
}
}