Organizations Docs
curl -X POST "http://localhost:3000/organizations/DEMO" \
-H "Content-Type: application/json" \
-d '{
"name": "Your Organization Name"
}'
curl -X POST "http://localhost:3000/organizations/DEMO" \
-H "Content-Type: application/json" \
-d '{
"name": "Your Organization Name"
}'