curl --location 'https://api.neucron.io/v1/app/billing/credit/history?appID=&reason=&pageNumber=&pageSize=' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;'{
"list": [
{
"amount": 0,
"app_id": "string",
"created_at": "string",
"customer_id": "string",
"entry_type": "GRANT",
"event_id": "string",
"lot_id": "string",
"metadata": null,
"reason": "string",
"tx_id": "string"
}
],
"page_meta": {
"limit": 0,
"next_page": 0,
"page": 0,
"total": 0,
"total_pages": 0
}
}