I tried to to interact with the mvc using postman and i findout that it cant read json formatted request
You need to check if the upcoming request is post and sent as application/json, and then read the body request using 'file_get_contents('php://input'); in Request getBody Method then parse it into object