/v1/addMeal

POST

add a meal to user

Example request

https://expensive-eel-wrap.cyclic.app/vifitness/v1/addMeal

Parameters
NameDescription
foodNameName of food
calorieAmount of calorie of food (Cal)
proteinAmount of protein in food (g)
carbohydrateAmount of carbohydrate in food (g)
fatAmount of fat in food (g)
mealTypeOptions: “breakfast”, “lunch”, “dinner”
Response
CodeDescription
401Unauthorised
400Bad request or invalid syntax
500Internal server error
200Success

Example response

{
  code: 200,
  message: "Meal added
}