cURL
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>" }
A public endpoint that echoes back the request data for testing the playground custom API feature
Successful response with echoed data
The response is of type object.
object