Run direct Feishu sync, inspect table fields, verify AI provider wiring, and review live API responses without leaving the admin surface.
# 1) Login and get token
curl -X POST "http://localhost:8000/api/v1/auth/login" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "username=YOUR_ADMIN_USERNAME&password=YOUR_PASSWORD"
# 2) Direct sync
curl -X POST "http://localhost:8000/api/v1/public/sync-feishu-direct" \
-H "Authorization: Bearer YOUR_TOKEN"
# 3) Field key preview
curl "http://localhost:8000/api/v1/public/feishu-field-keys-preview?limit=5" \
-H "Authorization: Bearer YOUR_TOKEN"