curl --location --request POST '/webhooks/subscriptions' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"eventTypes": [
"string"
],
"authKey": "string",
"isEnabled": true,
"maxRetries": 3,
"retryDelayMinutes": 5
}'{
"message": "string",
"data": {
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"id": "string",
"url": "string",
"eventTypes": [
"string"
],
"authKey": "string",
"isEnabled": true,
"maxRetries": 0,
"retryDelayMinutes": 0
}
}