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