food
Get favorite food of the patient from the server
get/patients/{patient_id}/foods/favorites
Path parameters
patient_idinteger required
Response
successful operation
Example response
[
{
"food_name": "pizza",
"replacement_food_name": "thin crust pizza"
}
]