curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getAllInvoicesTOK
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"all": true,
"my_invoices": [
{
"created_date": "<string>",
"date": "<string>",
"invoice_id": 123,
"invoice_number": "<string>",
"link": "<string>",
"supplier_name": "<string>",
"tax": 123,
"total": 123
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getAllInvoicesTOK
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"all": true,
"my_invoices": [
{
"created_date": "<string>",
"date": "<string>",
"invoice_id": 123,
"invoice_number": "<string>",
"link": "<string>",
"supplier_name": "<string>",
"tax": 123,
"total": 123
}
]
}