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": "2023-11-07T05:31:56Z",
"date": "2023-11-07T05:31:56Z",
"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": "2023-11-07T05:31:56Z",
"date": "2023-11-07T05:31:56Z",
"invoice_id": 123,
"invoice_number": "<string>",
"link": "<string>",
"supplier_name": "<string>",
"tax": 123,
"total": 123
}
]
}Success