- Install Axios
- Calling a simple GET API
- Calling POST API (Customer Login API)
- Setting up Environment Variables
- Getting the customer list (GET Method)
- Configure header authorization
- Getting customer info by id (GET Method)
- Signup a new customer (POST Method)
- Calling customer update API (PUT Method)
- Calling the customer delete API (DELETE Method)
- Run full script
- Generate Report