Content-Type
pm.test("Content-Type is application/json", function () { pm.response.to.have.header("Content-Type"); });
Pro tip: use ```triple backticks around text``` to write in code fences