curl --request POST \
--url https://api.upstash.com/v2/redis/change-plan/{id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"database_id": "6gcefvfd-9627-2tz5-4l71-c5679g19d2g4",
"plan_name": "fixed_1gb",
"auto_upgrade": true,
"prod_pack_enabled": false
}'