Sets a specified payment method as the default for a billing account. This payment method will be used for all future subscription invoices.
Enter your JWT in the format: Bearer {token}
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
The ID of the billing account, which corresponds to a Stripe Customer ID (cus_...).
"cus_a1b2c3d4e5f6g7h8"
The ID of the Stripe Payment Method (pm_...).
"pm_a1b2c3d4e5f6g7h8"
The default payment method was updated successfully.
"Default payment method updated"