POSThttp://localhost:5173/api/v1/private/traces/id/comments
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:5173/api/v1/private/traces/id/comments \
> -H "Content-Type: application/json" \
> -d '{
> "text": "text"
>}'
Response