Authorization: Bearer ********************curl --location --request POST '/payments/get-upgrade-plan-price' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"planPrice": "11"
}'{
"success": true,
"message": "plan price fetched successfully",
"data": {
"newPlanCurrentPrice": 19800,
"newPlanPrice": 11400,
"newPlanName": "team",
"planPriceId": "11",
"daysUsedOnOldPlan": 7,
"amountNotUsed": 8400,
"amountUsed": 1400,
"currentPlanName": "pro",
"currentPlanPrice": 9800
}
}