POST /api/v1/draw/session
Invoke-RestMethod -Method Post http://localhost:8080/api/v1/draw/session `
-ContentType "application/json" `
-Body '{
"anonymousId": "anon_dev",
"questionType": "WORK",
"questionText": "我最近要不要离职?",
"identity": "打工人",
"emotions": ["疲惫", "焦虑"],
"style": "REALISTIC",
"spreadCode": "SINGLE"
}'