Create a new playground endpoint
curl --request POST \ --url https://api.lunary.ai/v1/playground-endpoints \ --header 'Content-Type: application/json' \ --data '"<any>"'
"<any>"
The body is of type any.
any
Endpoint created successfully
The response is of type any.