template https://reqres.in/api?delay=0 Content-Type: application/json
template /users
head
options
get ?page=1
post Content-Type: application/json
{ “name”: “{{(user-login-name)}}”, “age”: 55 }
template /2
get
put
{ “name”: “Bob” }
patch
{ “name”: “Bob” }
delete
post /login
{
"email": "[email protected]",
"password": "hello"
}