Authorization: Bearer ********************curl --location --request GET 'https://api1.nilvera.com/einvoice/Purchase//Status' \
--header 'Authorization: Bearer <token>'{
"InvoiceProfile": "TEMELFATURA",
"IssueDate": "2019-08-24T14:15:22Z",
"Answer": {
"AnswerCode": "unknown",
"AnswerNote": "string",
"Description": "string"
},
"InvoiceStatus": {
"Code": "unknown",
"Description": "string",
"DetailDescription": "string"
},
"EnvelopeInfo": {
"UUID": "string",
"GIBCode": 0,
"GIBDescription": "string",
"CreatedDate": "2019-08-24T14:15:22Z"
}
}