{
"amount": 0,
"app_id": "string",
"credits": 0,
"currency": "CLP",
"customer_id": "string"
}curl --location 'https://api.neucron.io/v1/credit-topup/request?customerID=' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;' \
--header 'Content-Type: application/json' \
--data '{
"amount": 0,
"app_id": "string",
"credits": 0,
"currency": "CLP",
"customer_id": "string"
}'{
"message": "string",
"url": "string"
}