curl -X POST https://api.example.com/v1/projects \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"name": "my-project"}'