Okay, here is the real problem I'm facing now.
I have added a new API endpoint, and the controller class that belongs to it has the "actionPost" method.
what is the correct procedure to create a controller instance for the testing purpose of this actionPost method?
edit:
maybe I asked another...