5 lines
158 B
Bash
5 lines
158 B
Bash
curl -XPOST \
|
|
-H "Content-Type: application/json" \
|
|
--data '{"consumer_key": "","consumer_secret":"","aerie":true }' \
|
|
http://localhost:3000/api/update
|