curl --location --request POST 'https://api.zid.sa/v1v1/stores/<<STORE_ID>>/carts/loyalty-redemption-method/add' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Accept-Language;' \
--header 'User-Agent;' \
--header 'CART-SESSION-ID;' \
--header 'X-CUSTOMER-TOKEN;' \
--header 'Content-Type: application/json' \
--data-raw '{
"point_redemption_method": {
"id": "c2e3d648-8fb2-4dde-8ce3-4c71ddd9a181",
"external_id": 1667,
"store_id": "cba413cc-a358-4a1a-b8b1-711122555215",
"name": "5",
"points_to_redeem": 5,
"rule_type": "fixed_rate_settings",
"reward": {
"discount_value": 5
},
"conditions": null,
"is_active": 1,
"created_at": "2023-05-31T14:26:43.000000Z",
"updated_at": "2023-05-31T14:26:43.000000Z",
"deleted_at": null
}
}'