x-api-key: ********************{
"eventType": "string",
"date": "2019-08-24T14:15:22Z",
"resource": {
"operationId": "string",
"offerId": "string",
"amount": 0,
"merchantOperationId": "string",
"virtualCardCode": "string",
"pinCode": "string",
"barCode": "string",
"expirationDate": "2019-08-24T14:15:22Z"
}
}curl --location --request POST 'https://jdm-616556849502.europe-west1.run.app/jdm/webhook' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "string",
"date": "2019-08-24T14:15:22Z",
"resource": {
"operationId": "string",
"offerId": "string",
"amount": 0,
"merchantOperationId": "string",
"virtualCardCode": "string",
"pinCode": "string",
"barCode": "string",
"expirationDate": "2019-08-24T14:15:22Z"
}
}'null