[Bug] No ID Returned After Creation in Controller
When a new object is created through the controller, the system returns the object that was passed in rather than the newly created object with its assigned ID.
This behavior is consistent with the current controller implementation, but it is not the expected or desired functionality. This issue needs to be addressed to ensure that the newly created object with its ID is returned as expected.
Edited by Niklas Burczyk