/logs/publish
Post logs from game (warns, errors, etc.)
Request Body
{
"id": 1, // Number: UserID
"token": "sessionKey", // String: sessionKey
"trace": "erroringFunction()", // String: Error Trace
"type": "Error" // String: Trace, Debug, Information, Warning, Error, Fatal
}
Response
{
"code": 200, // Number: IETF Status Code
"status": "success", // String: Success
}