curl --location --request GET '/api/services/app/Invoice/GetInvoiceInfo'
{
"amount": 0,
"editionDisplayName": "string",
"invoiceNo": "string",
"invoiceDate": "2019-08-24T14:15:22Z",
"tenantLegalName": "string",
"tenantAddress": [
"string"
],
"tenantTaxNo": "string",
"hostLegalName": "string",
"hostAddress": [
"string"
]
}