Authorization: Bearer ********************curl --location --request POST '/payments/get-change-plan-price' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"planPrice": "11"
}'{
"success": true,
"message": "plan price fetched successfully",
"data": {
"price": {
"price": 19800
},
"walletBalance": {
"success": true,
"balance": 0
},
"planPrice": {
"id": "11",
"plan_id": "3",
"country": "nigeria",
"country_code": "NGA",
"frequency": "MONTHLY",
"price": 19800,
"first_payment_discount": 0,
"grace_period": 3,
"currency": "NGA",
"created_at": null,
"updated_at": null,
"plan": {
"id": "3",
"name": "team",
"description": null,
"created_at": null,
"updated_at": null
}
}
}
}