Create a new resource.
Usage
create(name)
name: str
The name of the resource to create.
dict
A dictionary with the created resource.
>>> create("item") {'name': 'item', 'id': 1}