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