curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/user/subscription/upgrade \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"billingCycle": "monthly",
"successUrl": "<string>",
"cancelUrl": "<string>"
}'
Upgrade the current subscription.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/user/subscription/upgrade \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"billingCycle": "monthly",
"successUrl": "<string>",
"cancelUrl": "<string>"
}'
A redirect to the payment portal