curl --location 'https://api.lootlocker.com/game/error-report' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"user_description": "string",
"client_request_id": "string",
"server_request_id": "string",
"trace_id": "string",
"status_code": 0,
"message": "string",
"endpoint": "string",
"http_method": "string",
"response_body": {
"message": "string",
"error_code": "string",
"trace_id": "string",
"request_id": "string"
},
"response_headers": [
"string"
],
"request_body": {},
"request_headers": [
"string"
],
"retry_attempts": 0,
"request_duration_seconds": 0,
"server_timestamp": "string",
"client_timestamp": "string",
"player_ulid": "string",
"sdk_version": "string"
}'