Invoke this endpoint to return an array of rewards that are applicable for a given cart selection.
The program membership id
The external toast restaurant guid
Total cart amount.
Array of selections
curl -L \ --request POST \ --url '/v2/program-memberships/{program_membership_id}/applicable-rewards' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'toast_restaurant_guid=text&check[amount]=1&check[selections]='
{ "rewards": [ "text" ] }