curl --location --request POST '/webhooks' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://seller.example1.com/webhook-endpoint",
"description": "Production webhook for transaction events",
"eventType": "TRANSACTION"
}'{
"status": true,
"data": {
"id": "8bc6f61b-cf24-4334-9aad-197c5aaedd8b",
"sellerId": "6e1f3704-588b-4bf4-ba1f-bbd4e884fc5c",
"url": "https://seller.example1.com/webhook-endpoint",
"description": "Production webhook for transaction events",
"eventType": "TRANSACTION",
"isActive": true,
"secret": "bc5bb1e8adb830ec55c0b28c89637345c814f8dd82567476200e4f8618e775b0",
"createdAt": "2025-06-27T18:39:06.299Z",
"updatedAt": "2025-06-27T18:39:06.299Z"
}
}