X-API-Key: ********************curl --location 'https://api.snakk.ai/api/subscription/plans' \
--header 'X-API-Key: <api-key>'{
"plans": [
{
"id": "11111111-1111-1111-1111-111111111111",
"name": "Free",
"slug": "free",
"monthly_minutes_quota": 30,
"price_monthly": 0,
"is_active": true,
"sort_order": 0
},
{
"id": "22222222-2222-2222-2222-222222222222",
"name": "Pro",
"slug": "pro",
"monthly_minutes_quota": 1000,
"price_monthly": 499,
"is_active": true,
"sort_order": 1
}
]
}