POST
/
v1
/
test-endpoint
curl --request POST \
  --url https://api.lunary.ai/v1/test-endpoint \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>",
  "receivedAt": "2023-11-07T05:31:56Z",
  "echo": {},
  "headers": {},
  "method": "<string>"
}

Body

application/json · object

Response

200 - application/json

Successful response with echoed data

The response is of type object.