@@ -26,6 +26,7 @@ def api_webhook_messages():
end_date = my_info["end_date"]
date_type = my_info["date_type"]
AccountReport().handler(date_type, account_id, start_date, end_date)
+ return 200
if __name__ == '__main__':