x-api-key: ********************{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"tokenId": 0
}curl --location --request POST 'https://testserver.loyi.io/public/api/reward//award' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"tokenId": 0
}'