curl 发送post请求
1. curl 发送post请求
curl http://127.0.2.1:5353/user/get_macro_data -X POST -d '{"num": "7"}' --header "Content-Type: application/json"
2.curl 发送post请求 json文件
curl -H "Content-Type: application/json" -X POST -d @/tmp/test.json http://192.168.0.5:8000/api/v1/idphotodetect