X-CSRF-TOKEN in SAP API POST request

Hello ckononenko,
Thank you for replying!

My EasyMorph project only has one table and one action at the moment, since I gather the token from Postman right now (which is alive for approx. 1 hour).

I tried to tick the "Don't send the header "Expect:100-continue"", but it had no effect in this situation.
I also tried to reload and run the project, but since I only have one action in the whole project (send a post request, text format with a json payload, with the headers mentioned above) I didn't expect it to work, which it also didn't.

I also tried to request a token and pass it to my post request in EM while also using the "reload and run" function, which also didn't work.

Do you know of something else I might try?
I found a post where dgudkov were showcasing how to send a CSRF token on a login page:

But this didn't seem to work in my case.