Curl Commands
Post Curl Command
curl -i \ -d '{"couponId":13123, "Store":{"storeName":"flipkart"}}' \ -H 'Content-Type:application/json' -X POST http://localhost:8080/v1/coupon/
next gen Developer
curl -i \ -d '{"couponId":13123, "Store":{"storeName":"flipkart"}}' \ -H 'Content-Type:application/json' -X POST http://localhost:8080/v1/coupon/