curl --location --request POST '/v2/simulator/webhook' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "low_data_notification",
"type": "expire_1",
"iccid": "8997212330099025334"
}'
{
"success": "Notification sent"
}