Create a draft post.
Usage
draft(title)
title: str
The draft title.
dict
The draft post record.
>>> draft("WIP") {'title': 'WIP', 'status': 'draft'}