curl --location 'https://stg-gateway.invora.app/api/identity/v2/registration/available-plans?currency=undefined&capabilities=undefined'{
"plans": [
{
"id": "string",
"code": "string",
"name": "string",
"description": "string",
"amountCents": "string",
"amountCurrency": "CURRENCY_ENUM_UNSPECIFIED",
"interval": "PLAN_INTERVAL_UNSPECIFIED",
"trialPeriodDays": 0,
"features": [
{
"label": "string",
"detail": "string",
"included": true
}
],
"recommended": true,
"ctaLabel": "string"
}
]
}