create_order() missing 3 required positional arguments: 'type', 'side', and 'amount' code example
Example: TypeError: index() missing 1 required positional argument: 'doc_type'
res = es.search(index="people", doc_type="test", body={"query":{"match":{"name": "john"}}})