Get an automation by id
curl -X GET "https://example.com/api/automations/string"{ "id": "string", "name": "string", "description": "string", "trigger": "string", "actions": [ { "type": "string", "input": { "property1": null, "property2": null } } ], "enabled": true}{ "error": "string", "message": "string"}