{
"id": "string",
"type": "javascript",
"message": "string",
"stack": "string",
"url": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"userAgent": "string",
"sessionId": "string"
}curl --location '/monitoring' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"type": "javascript",
"message": "string",
"stack": "string",
"url": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"userAgent": "string",
"sessionId": "string"
}'{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22.123Z"
}