This server listens for POST requests at /webhook and stores the payloads in a JSON file.
Use the following endpoints:
POST /webhook - Store a payload (expects JSON body with output_conversationid)GET /webhook/:conversationid - Retrieve a stored payload by conversationidGET /webhook - List all stored entries