Terra.check_terra_signature(body: str, header: str)
Function to test if the body of an API response comes from terra using SHA256
Args: body (str): The body from API response as a string header (str): The header from API response as a string
Returns: bool: True if the API response comes from Terra