The reading method from the CUSTO environment is working well, and the data is displayed in the view. But the Update method when sending the data to the same entityset is not working due to Authorization problems.
When we try to use Postman to communicate directly with the service published by handling the authorization issues using (CSRF Token)
The Create method works and we get the HTTP Code 201 but the breakpoints in the update method (redefined) in the behavior implementation are not fired.