Logo
API Testing 2021 API Documentation

Create user - use CSV

POST http://dummy.restapiexample.com/api/v1/create

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'http://dummy.restapiexample.com/api/v1/create' -d '{"name":"name","salary":"salary","age":"age"}'

ENDPOINTS