curl --location --request POST 'https://api.zid.sa/v1v1/stores/<<STORE_ID>>/carts/loyalty-redemption-method/remove' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Accept-Language;' \
--header 'User-Agent;' \
--header 'CART-SESSION-ID;' \
--header 'X-CUSTOMER-TOKEN;' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"code": "SUCCESS_WITHOUT_PAYLOAD",
"message": "تم إزالة نقاط الولاء بنجاØ"
}