Null PK errors in /event-streams endpoint

According to the Management API v2 documentation for /api/v2/event-streams, the field id is defined as the unique identifier for the event stream. Based on this, we have implemented id as the primary key on our side.

However, we are receiving id as null, which is causing primary key issues and causing connection failures.