Authorization: Bearer ********************curl --location --request POST 'https://cantant-staging-933303906015.europe-north1.run.app/api/v2/payments/calculate-coupon-discount' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"planPriceId": "10",
"discountCode": "IFEOLUWA123"
}'{
"success": true,
"message": "discount calculated successfully",
"data": {
"currentPrice": 98000,
"discountCode": "IFEOLUWA123",
"discountedPrice": 88200
}
}