Construct object

construct_object

Instructs the server to call the constructor for the given class. If successfull, an _Taco_Object_ reference should be returned in the result message.

{
    "action": "construct_object",
    "class": "NAME",
    "args": [],
    "kwargs": {}
}