cURL
curl --request POST \ --url http://localhost:4318/v1/traces \ --header 'Content-Type: application/json' \ --data '{}'
{ "partialSuccess": { "rejectedSpans": 0 } }
POST /v1/traces
Accepted (may include partialSuccess for rejected spans)
The response is of type object.
object