Activate Platform Login on Security Console using a Workflow

Hi,

I’m looking for a way to activate the Platform Login on the Security Console using an ICON workflow. I couldn’t find a way to do this using the Security Console plugin (Rapid7 Extensions). However, the API itself offers a way to execute commands (InsightVM API (v3)) such as “help” or in my case “platform-login enable user1”. I’ve setup a connection for the API access using the HTTP plugin but it looks like the plugin has some issues with my post request and always returns a 415:

image
image

With Postman it works completely fine. The API access itself using the HTTP plugin is also working fine. It’s only the post request. I’ve tried different ways to provide the execution command to the API but all of them are returning a 415.