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