I define a state like this:
const [user, setUser] = useState( [] as { userId: string; userHabbitList: string[] }[], )
My API will be like this: