import json async def process(request): obj = json.loads(await request.text()) return f'{obj["title"]} - {obj["message"]}'