curl --location --request POST 'https://devapi.immigraflow.com/v1/webhooks' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"description": "string",
"signing_secret": "string"
}'{
"success": true,
"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"
}
}