我在使用应用程序注释接口时返回了一个错误:{“code”:“invalid_param”,“message”:“current_user must be an Account instance”,“status”:400}
所使用的请求代码如下:
curl --location --request POST 'http://xxx/v1/apps/annotations' \
--header 'Authorization: Bearer …' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "What is your name?",
"answer": "I am Dify."
}'