action illumidesk_billing_cards_create { label: "Create new credit card" provider: illumidesk method: POST path: "/v1/{namespace}/billing/cards/" encoding: json input: { type: "object" properties: { namespace: { type: "string" } } required: ["namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }