{{endpoint_url}}login.phpusername (string): The username of the user attempting to log in / Nombre de usuario del usuario que intenta iniciar sesión.password (string): The password associated with the provided username / Contraseña asociada con el nombre de usuario proporcionado.GET {{endpoint_url}}login.php?username=example_user&password=example_password
type: A string indicating the type of response.message: A string containing any messages related to the authentication process.data: An object that contains the token, which is required for subsequent authenticated requests.curl --location -g --request GET '/login.php?username={{username}}&password={{password}}'