Automation for REST APIs using REST Assured code example
Example: how to define api details in rest assured automation
We should define all request details
and send it to server in Given,When,Then
methods
We should define all request details
and send it to server in Given,When,Then
methods