Http-connector REST POST payload

use a script (javascript) for the payload:

var myJson = {
  "usr": "Administrator",
  "pwd": "password"
}

JSON.stringify(myJson);

and when you get the response back you can parse it with Camunda SPIN:

S(response);