VSN-2889/ ignore id and uuid from payload when creating a client
- On client creation, explicitly reset
idto0anduuidtonullon the mapped entity before persisting, preventing callers from injecting arbitrary identifiers via the request payload. - Same reset is applied to each
Contactbelonging to the client, ensuring child entities also receive freshly generated IDs and UUIDs.