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
POST /partner-api/v2/program-memberships/{program_membership_id}/applicable-rewards HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 73 "toast_restaurant_guid='text'&check[amount]=1&check[selections]=[]"
Returns rewards successfully
{ "rewards": [ "text" ] }