- The Web API will provide most of the functionality for thisassignment. Create a Web API that performs all database operations.
- Create a POST action method used for login. This methodreceives the adoption agency user’s username and password andreturns true or false based on whether the user’s informationmatched the information stored in the database.
- Create a GET action method that retrieves a list of pets basedon their category (bird, cat, or dog) from the database.
- Create a GET action method that retrieves a list of pets basedon their name.
- Create a GET action method that retrieves a pet based on theirPetID.
- Create a PUT
OROR