curl --location 'https://mock.apidog.com/m1/1364933-0-default/paymob/webhook' \
--header 'Content-Type: application/json' \
--data '{
"type": "TRANSACTION",
"data": {
"id": 9876543,
"success": true,
"amount_cents": 15000,
"currency": "EGP"
},
"hmac": "calculated_hmac_signature"
}'{
"success": true,
"message": "Webhook received and verified successfully"
}