Q8
Single choice
Refer to the exhibit.

A Python Flask application is used as a Cisco DNA Center webhook receiver. The receiver must accept webhook notifications sent by HTTP POST, parse the JSON payload, print the received payload, save the notification to a JSON file, and return HTTP status code 202 after the notification is received.
Which code snippet must be added to the box in the code to complete the webhook receiver function?