.expect()
.statusCode(201)
.when()
.post("/resource/platform/api-test-dummy");
String platformId = response.jsonPath().getString("resourceId");
try {
with().body("{\"value\":\"CPU\"}") // Type of new resource
.header("Content-Type", "application/json")
.header("Accept", "application/json")