RestAssured #11 - How to authenticate REST request
Introduction
To understand how to authenticate users in REST, we will use a private end-point which requires an authenticated user to access this end-point. For example, I am using this endpoint to create crocodiles created by a given user.
Endpoint ...
subodhsingh.hashnode.dev5 min read