curl --request POST \
--url https://revstack.dev/v1/plans \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"currency": "<string>"
}
'{
"id": "<string>",
"success": true
}Creates a new billing plan with pricing and entitlement associations.
curl --request POST \
--url https://revstack.dev/v1/plans \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"currency": "<string>"
}
'{
"id": "<string>",
"success": true
}