action traccar_post_drivers { label: "Create a Driver" provider: traccar method: POST path: "/drivers" encoding: json input: { type: "object" properties: { attributes: { type: "object" properties: {} } id: { type: "integer" } name: { type: "string" } uniqueId: { type: "string" } } } output: { type: "object" properties: { attributes: { type: "object" properties: {} } id: { type: "integer" } name: { type: "string" } uniqueId: { type: "string" } } } }