Logo
22janBatch API Documentation

Post data

POST {{base_url}}/info

This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.

A successful POST request typically returns a 200 OK or 201 Created response code.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://postman-rest-api-learner.glitch.me//info' -d '{"name":"Add your name in the body"}'

ENDPOINTS