Don't forget to replace the following placeholders with your own values when running the commands:

Redeem a reward

curl -X PUT \\
    -H "Accept: application/json" \\
    -H "Content-Type: application/json" \\
    -H "Authorization: Bearer __API_KEY__" \\
    -d '{"is_redeemed": true}' \\ 
    "<http://api.referralmagic.co/rewards/__REWARD_ID__>"