quicknote/aldebaran/sh/doubao_test.sh

6 lines
158 B
Bash
Executable File

curl --request POST \
--url http://localhost:8000/api/v1/previsit/edit/stream \
--header 'Content-Type: application/json' \
--data '{
"content":"hi"
}'