curl --location -g --request POST 'https://api.jericommerce.com/v1/programs//reward/redeem' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"email": "string",
"rewardId": "string"
}
]'