For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/subscription-plans' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"id": "p1a2b3c4-d5e6-4f7g-8h9i-j0k1l2m3n4o5",
"name": "Starter Plan",
"description": "Perfect for small teams",
"maxUsers": 10,
"pricePerUserMonthly": 9.99,
"active": true,
"features": [
"Basic Reporting",
"Email Support"
]
}