soft: It only shows the result as a dry redeemhard: It will actually withdraw points from customer wallet. Used when order gets paidcurl --location 'https://api.techrar.com/public-api/v1/wallets/redeem/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "soft",
"app_id": 44,
"customer_profile_id": 1,
"order_id": 1,
"total_amount": 1000,
"source": "agnostic"
}'{
"is_success": true,
"redeem_discounts": 299.39,
"total_amount": 700.61,
"redeemed_point_id": null,
"redeem_flag": false
}