curl --location --request GET 'https://devapi.immigraflow.com/v1/webhooks/' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"webhook": {
"id": 0,
"url": "http://example.com",
"description": "string",
"is_active": true,
"has_signing_secret": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"last_delivery_at": "2019-08-24T14:15:22.123Z",
"last_delivery_http_status": 0,
"last_delivery_error": "string"
}
}