curl --location --request PUT 'https://api-sandbox.saaslogic.io/v1/subscriptions/b9e51d3dc0b242c1b24fa3cfd389b0/plan' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"changeEffectType": "IMMEDIATE",
"planId": "4634948f-1ce4-4e74-afe4-36421e92e284",
"resourceQuantities": [
{
"resourceName": "Licenses",
"quantity": "50"
},
{
"resourceName": "API Calls",
"quantity": "100"
}
]
}'SUBSCRIPTION_CHANGE_INITIATED_SUCCESSFULLY