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