At work every time I deal with creating CRUD api, I always return the full object for create and update.
Now I'm developing a personal project and I was wondering if it can be a good idea instead to return only id.
This means that if frontend need the full data, will call the exposed API findById.