The system will generate a response after processing your request for Login.

{
"responseCode": 200,
"responseMsg": "User Admin is logged in successfully.",
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNTAwOH0.5i_es2jjwS5wK17D3Emib5g-oCR_xZ63TBGt8K1CRJ4"
}
responseCode: integer

Indicates the status of operation, specifying whether it was successful, partially successful, or failed

200
responseMsg: string

Successful or Failure message

"User Admin is logged in successfully."
token: string

A token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNTAwOH0.5i_es2jjwS5wK17D3Emib5g-oCR_xZ63TBGt8K1CRJ4"