I’m using the API to pull a list of categories and include the menu items for each.
/api/categories/2?include=menus,locations,media
Is it possible to update the API so that it only includes items based on mealtime? For example, if the restaurant has a mealtime of Dinner, 4pm - 8pm, any API call between 4pm and 8pm should only show menu items available during that mealtime.