curl --location --request POST '/webhooks/2/verify-signature' \
--header 'X-Webhook-Signature: e3bf7c12e330f3807892a03e417fdc76d2094e9184b8dc9c535b2ef954cc7c6f' \
--header 'Accept: application/json' \
--header 'Accept-Language: {{lang}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"event":"order.created","created_at":"2024-06-01T12:00:00+00:00","data":{"id":1001,"reference":"ORD-1001","status":"pending","total":499.00}}'{
"status": "success",
"message": "Signature is valid.",
"data": {
"is_valid": true
}
}