Response
URL: https://restful-booker.herokuapp.com/auth
Status code: 200
Content Type: application/json
Request Headers
Accept=*/*
Content-Type=application/json; charset=UTF-8
Content Body
{
"password": "password123",
"username": "admin"
}
Response Headers
Server: Cowboy
Connection: keep-alive
X-Powered-By: Express
Content-Type: application/json; charset=utf-8
Content-Length: 27
Etag: W/"1b-Xmh67TcmR6nQHrjuUZpEuXG622s"
Date: Wed, 01 Feb 2023 05:37:31 GMT
Via: 1.1 vegur
Response Body
{
"token": "2e4d5c0180fcab5"
}