List of rewards to update.
List of reward IDs to delete.
curl -L \ --request PATCH \ --url '/v2/admin/rewards/batch-update' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'rewards=&reward_ids_to_delete='
{ "rewards": [ "text" ] }