Create GET request responsible for retrieving workouts data of specified user.
Example request
GET API_URL/workouts?userID=18f8h81232yd2918
Params
userID
Response
Response should contain list of all workouts connected with the specified user. Each workout data should be constrained to data required in a workout list screen. To see more check out design on figma
Create GET request responsible for retrieving workouts data of specified user.
Example request
GET API_URL/workouts?userID=18f8h81232yd2918
Params
Response
Response should contain list of all workouts connected with the specified user. Each workout data should be constrained to data required in a workout list screen. To see more check out design on figma