import json import struct import requests text: str = "My name is Wolfgang and I live in Berlin" context_text: bytes = text.encode("UTF-8") context_text_struct: bytes = struct.pack("