我现在正在编写一门编程课程,并且运行该课程的人想要通过在控制台中书写来检查他的应用是否正常工作。
curl http://localhost:5000/users -X POST -H "Content-Type:application/json" -d '{"email": "user10@email.com, "password": "secret", "username": "user10"}
他说他正在使用Linux,所以他可以使用cURL并推荐Postman for Windows。我下载了Postman,但我不知道如何在Postman中获得相同的结果。你可以帮助我并牵着我的手,因为我试图自己做,但它没有用。
答案 0 :(得分:0)