我正在关注this tutorial我在最后一部分遇到问题,我们通过使用此curl命令添加Todo来测试api ...
curl -H "Content-Type: application/json" -d '{"description":"Order a tall stack of pancakes, just because."}' https://your-app-name.herokuapp.com/api/todos
当我输入此内容时,我在命令行中出现以下错误...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Bad Request</pre>
</body>
</html>
任何帮助解释此错误都将不胜感激。