curl --location 'https://api.neucron.io/v1/credit-topup/request?appID=&customerID=&status=&pageNumber=&pageSize=' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;'{
"list": [
{
"amount": 0,
"app_id": "string",
"business_id": "string",
"credits": 0,
"currency": "CLP",
"customer_id": "string",
"request_id": "string",
"status": "PENDING",
"user_id": "string"
}
],
"page_meta": {
"limit": 0,
"next_page": 0,
"page": 0,
"total": 0,
"total_pages": 0
}
}