echo $STOKEN curl -X POST \ -H "Authorization: $STOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "My Awesome New Place", "category": "Restaurant", "address": { "street": "456 Oak Ave", "city": "Newtown", "state": "NY", "zip": "10001", "country": "USA" } }' \ http://localhost:3001/api/places