Failed to decode JSON object: Unterminated string starting at: line 1 column 10 (char 9)
\'\'\'
@app.route(\'/tasks\', methods=[\'POST\']) def create_task(): if not request.json or not \'title\' in request.json: abort(400) task = {