For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/subscription-plans' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"maxUsers": 1,
"pricePerUserMonthly": 0,
"active": true,
"features": [
"string"
]
}'{
"id": "p1a2b3c4-d5e6-4f7g-8h9i-j0k1l2m3n4o5",
"name": "Enterprise Plan",
"description": "For large organizations",
"maxUsers": 1000,
"pricePerUserMonthly": 99.99,
"active": true,
"features": [
"All Features",
"Dedicated Account Manager"
]
}