airalo-signature
curl --location --request POST '/' \
--header 'Content-Type: application/json'
// Credit Limit Notification Example
{
"message": "Surpassed 80% of the credit limit balance",
"remaining": 225.35
}
// Low Data Notification Example
{
"level": "3days", // possible values "1days", "3days", "75%", "90%"
"package_name": "bonbon-7gb-10days",
"remaining_percentage": 43,
"iccid": "87123123456889019"
}