Title here
Summary here
returns a list of all meals of a user.
https://expensive-eel-wrap.cyclic.app/vifitness/v1/getUserMeals
[
{
"foodName": "chicken",
"calorie": "12",
"protein": "23",
"carbohydrate": "34",
"fat": "45",
"mealType": "lunch",
"createdAt": "2023-11-03T04:11:01.137Z"
},
{
"foodName": "cake",
"calorie": 261.97,
"protein": 2,
"carbohydrate": 37.65,
"fat": 12,
"mealType": "dinner",
"createdAt": "2023-11-03T10:42:25.220Z"
},
{
"foodName": "chicken",
"calorie": 187,
"protein": 20.37,
"carbohydrate": 0.04,
"fat": 11.11,
"mealType": "dinner",
"createdAt": "2023-11-04T17:57:17.549Z"
},
{
"foodName": "beef fried rice",
"calorie": 336.84,
"protein": 16.47,
"carbohydrate": 24.99,
"fat": 18.52,
"mealType": "dinner",
"createdAt": "2023-11-05T14:34:44.668Z"
}]```