Terra.handle_webhook(
payload: str,
terra_signature_header: str
)
Function to Parse web hooks from Terra
Args: payload (str): The body from API response as a string terra_signature_header (str): The terra_signature header from API response as a string
Returns: models.api_responses.TerraApiResponse: API response object containing ProvidersResponse parsed response object if no error has occurred