我尝试使用带有 curl的篝火室 API加入篝火室。
我尝试:
curl -v -H "Content-Type: application/json" -i --user my_token:my_password https://camp111.campfirenow.com/room/test_room/join.json
我得到了回应:
<html><body>You are being <a href="https://camp111.campfirenow.com/login">redirected</a>.</body></html>
我如何正确加入 curl 的篝火室?
谢谢你。