{
"applicationEnvironmentId": "e6af1f04-2a3b-471c-89eb-3c795a1f682e",
"timeStamp": "2019-08-24T14:15:22.123Z",
"level": "string",
"message": "string",
"exception": "string",
"correlationId": "string",
"requestPath": "string",
"httpMethod": "string",
"requestBody": "string",
"responseBody": "string",
"responseStatus": "string"
}curl --location --request POST 'https://prod.your-api-server.com/api/logs' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicationEnvironmentId": "e6af1f04-2a3b-471c-89eb-3c795a1f682e",
"timeStamp": "2019-08-24T14:15:22.123Z",
"level": "string",
"message": "string",
"exception": "string",
"correlationId": "string",
"requestPath": "string",
"httpMethod": "string",
"requestBody": "string",
"responseBody": "string",
"responseStatus": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"applicationEnvironmentId": "e6af1f04-2a3b-471c-89eb-3c795a1f682e",
"level": "string",
"message": "string",
"exception": "string",
"correlationId": "string",
"requestPath": "string",
"httpMethod": "string",
"requestBody": "string",
"responseBody": "string",
"responseStatus": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}