As a follow on to #74 I noticed that if you have a request with no body i.e

You end up with the following written to the file system:
/*
## Test
*/
/*
#### Test 1
*/
GET https://example.com/api/auth/logout HTTP/1.1
X-Apitoken: {{api_token}}
/*
#### Test 2
*/
###
{{@response
global.api_token = JSON.parse(response.body).token;
}}
POST https://example.com/api/auth/login HTTP/1.1
Content-Type: application/json
{
"email": "{{httpbook_email}}",
"pwd": "{{httpbook_password}}"
}
Which after re-opening results in:
