Logo
API Testing 2021 API Documentation

Post Request

POST https://reqres.in/api/users

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://reqres.in/api/users' -d '{"name":"morpheus","job":"leader"}'

ENDPOINTS