Create Pricing Planpost https://{APP_DOMAIN}/api/3.2/billing/pricing-plansCreates a new pricing plan with subscription options.Body ParamsBody ParamsactivestringrequiredPricing plan active status.is_mobilestringDetermines if the plan is for mobile subscriptions.css_idstringnamestringrequiredName of plan (will not be shown to customers).hide_optionbooleanrequiredDetermines if the option is shown to the customer.truefalsepublication_idintegerrequiredAny of the following string values: 'text', 'number' or 'date'.optionsarray of objectsAny of the following string values: 'text', 'number' or 'date'.optionsADD objecttag_idsarray of integersArray of tag ids to associate with Pricing Plantag_idsADD integerResponse 201The created pricing planUpdated 20 days ago