why dont you set the body format as application/json and send the body in the body property.
something like chr(34) + "name" + chr(34)
chr(34) because json requires double quotes. You can also paste your json body in a txt file read that and pass that variable in body. try this and let me know.