Authorization: Bearer ********************
{}
curl --location -g --request POST 'http://127.0.0.1:19380/v1/api/completion?conversation_id=5a09a0f047cd11ef9d980242ac160006&messages= [ { "role": "user", "content": "你是谁" } ]' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{}