project · Level 2 · 40 min
Build an endpoint that receives POST requests (e.g. webhook payloads), validates a simple signature (e.g. HMAC), and enqueues the payload for processing.
In-memory queue is fine. Document the signature scheme.
Endpoint code and signature verification logic.