* feat: bulk edit
* tests: method not allowed exception for bulk operation
* feat: add bulk in home response
* feat: check user can save by endpoint policy
* feat: check object perms policy
* tests: remove object permissions when test ends
* tests: fix object permissions controller
* tests: make postgres happy
* fix: tests
* doc: update postman collection add bulk edit
* doc: update postman collection [ci skip]
* refactor: better payload for POST
* chore fix: remove commented code
* refactor: better payload
* tests: endpoint no access
* tests: restore ObjectPermissionsControllerTest.php
* tests: rollback data on permissions to avoid issues with other tests
* tests: add setup and tearDown to handle restoring data
* tests: reset data on tearDown
* tests: fix ObjectPermissionsControllerTest::testIndex
* fix: canAccessEndpoint
* feat: prevent bulk on abstract types endpoints
* chore fix: use array_merge and array_map
* chore fix: better message on abstract or disabled endpoint
* chore fix: index and edit return void
* tests: refactor ObjectPermissionsControllerTest::testIndex
* chore fix: phpcs