How to use POST-Login Successful method in API automation?

Hi All,

I started learning API Automation. Would like to know how to use POST method for Login Successful.
image
image

Would appreciate if someone can explain with a scenario.

Thanks in Advance :slight_smile:

@Vaishnav_Tej

  1. Please check this video on how to use http
  1. For post request change the type in http request and provide the prameters username and pssword as header or body as specified in the api documentation

Cheers