Concept Flow - Webhook registration endpoint
Client sends POST request with webhook URL
Server receives request and parses data
Validate webhook URL format
Store webhook URL
Return success response
END
The server receives a webhook URL from the client, validates it, stores it if valid, and returns success or error.