import os
import requests
def p_make_webhook_response(name: str, email: str, country: str):
"""
Gather details about the user to register him/her to the online webinar
import os
Args:
name (string): This is the user name
email (string): user email
country (string): country of residence
Envs:
MAKE_SUPPORT_AGENT (string): API for triggering a webhook
"""