curl --location --request POST '/api/v1/webhook' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled_events": [
"credit_status_updated"
],
"url": "string",
"description": "string"
}'{
"id": "string",
"enabled_events": [
"string"
],
"mode": "string",
"url": "string",
"description": "string",
"created_at": "string"
}