tag (curl)

archive

curl post with json Jul
25
1
3

curl -X POST -H "Content-Type: application/json" -d '{"username":"xyz","password":"xyz"}' http://localhost:8000/api/login

comments