在进行接口测试(特别是 POST 请求)时,如果没有显式添加 `Content-Type` 头,服务端往往无法正确解析请求体,从而返回 `415 Unsupported Media Type` 或 `400 Bad Request` 错误。
2021-06-10