low_data_notification — simulates a data-usage or expiry alert on an eSIMcredit_limit_notification — simulates a credit balance threshold alertasync_order_notification — simulates the webhook sent after an asynchronous order completescurl --location '/v2/simulator/webhook' \
--header 'Authorization: Bearer {{token}}' \
--header 'Accept: application/json' \
--header 'url: https://partners-api.airalo.com' \
--header 'Content-Type: application/json' \
--data '{
"event": "low_data_notification",
"type": "expire_1",
"iccid": "8997212330099025334",
"webhook_url": "https://example.com"
}'{
"success": "Notification sent"
}