Interview question: Develop a pseudo Front End Application which would let the users login and display a message [closed]

Design (Try to replicate the wireframe as closely as possible. Ideally pixel perfect)
Use of Web API to
• Authenticate an User https://reqres.in/api/login
• Pass two parameters in the (POST) request body i.e email and password.
“email”: “[email protected]”,
“password”: “cityslicka”
After Successful User Login, In Api response you will be able to get user details including auth token. you will use this token for calling a secure API to get the list of users.
https://reqres.in/api/unknown