curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/webhook' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Card Status Change",
"eventType": "CARD_ACTIVATION",
"endpointUrl": "https://webhook.simplifipay.com",
"extra": {
"property1": "string",
"property2": "string"
}
}'
{
"uuid": "84503d40-93b1-4f1d-b265-41553528a028",
"name": "Card Status Change",
"eventType": "CARD_ACTIVATION",
"status": "ENABLED",
"endpointUrl": "https://webhook.simplifipay.com",
"creationDate": "2025-02-28 13:31:00",
"lastModified": "2025-02-28 13:31:00"
}