Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1 -> DF 2.0.4

Hi @bitperbit,

If you are using the RETURN statement, it will not return custom data in v2.1.

Instead of this:

return {“test”:“ok”};

You should use this:

event.response.content = {“test”:“ok”};