Title here
Summary here
returns a list of all workouts of a user.
https://expensive-eel-wrap.cyclic.app/vifitness/v1/getUserWorkouts
[
{
"name": "Iliotibial band SMR",
"isCompleted": false,
"date": "2023-11-10T14:42:38.666Z",
"month": 11,
"day": 10,
"year": 2023,
"calories": 32.67,
"createdAt": "2023-11-10T14:42:43.320Z"
},
{
"name": "Elbow plank",
"isCompleted": false,
"date": "2023-11-10T14:42:38.666Z",
"month": 11,
"day": 10,
"year": 2023,
"calories": 32.67,
"createdAt": "2023-11-10T14:42:43.320Z"
}
]