Bridgit Logo
Openapi

Echo request body

POST
/

Returns the request body as-is for debugging purposes

Request Body

application/json

[key: string]?any

Response Body

application/json

curl -X POST "https://api-test.hibridgit.com" \  -H "Content-Type: application/json" \  -d '{    "test": "data"  }'
{
  "test": "data"
}