Lists all user challenges.
Represents the input parameters for fetching a user's challenges.
The JSON Web Token (JWT) representing the user.
1const response = await client.listUserChallenges({
2 userToken: 'dummy-user-token',
3})
4console.log(response.data?.challenges)