Sending post request via curl is always GET

Hi, I’m trying to build a small piece of software which will send form-data via post to my cakephp application.
In the past (Cakephp 3 for example) this was never an issue. Handling the CsrfProtectionMiddleware and all was good.
But now I’m struggling with the request. Always when I’m trying to send a POST request to cakephp the recognized method of cakephp GET.
I’ve tried to send the data via my application(C# httpclient and postasync) and with POSTMAN for development purposes.

Is there something I’m missing? Is there some kind of new security feature or so to protect cakephp for unwanted POST requests?

sorry I’m lost :smiley: