curl --location --request POST 'https://api.ticaret.pro/accounts//webhooks//resume' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"id": "string",
"accountId": "string",
"name": "string",
"url": "string",
"status": "active",
"filters": {
"chatIds": [
"string"
],
"direction": "all",
"contentType": "all",
"events": [
"message.received"
]
},
"headers": {
"property1": "string",
"property2": "string"
},
"lastDeliveryAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}