login
@POST(value = "v1/users/login" )
Attempts to log in a user with the provided LoginDto.
Return
The AuthenticatedUserDto representing the authenticated user.
Parameters
body
The LoginDto containing login credentials.
Attempts to log in a user with the provided LoginDto.
The AuthenticatedUserDto representing the authenticated user.
The LoginDto containing login credentials.