Future<Either<ApiError, Map<String, dynamic>>> getUserExercise() => get("$_exercisesRoutesPrefix/me", (json) => json as Map<String, dynamic>);