action ix_api_accounts_create { label: "accounts_create" description: "Create a new account." provider: ix_api method: POST path: "/accounts" encoding: json input: { type: "object" } output: { type: "object" } }