curl --location --request GET '/api/v2/gw/institution/' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Signature;'
{
"rc": "string",
"message": "string",
"timestamp": "string",
"data": {
"invoice_number": "INV-001",
"type": "close",
"va_number": "0090011234567890",
"name": "SPP Maret 2022",
"customer_name": "John Doe",
"customer_email": "string",
"customer_phone": null,
"customer_address": "Surabaya, ID",
"total_amount": 100000,
"billed_amount": 100000,
"paid_amount": 0,
"description": null,
"ext_description": null,
"due_date": "2022-04-12T11:22:52+07:00",
"valid_until": "2022-04-12T11:22:52+07:00",
"status": "active",
"created_at": "2022-04-12T11:22:52+07:00",
"hash": "string"
}
}