I returned an error using the application annotation interface

I returned an error using the application annotation interface: {“code”:“invalid_param”,“message”:“current_user must be an Account instance”,“status”:400}

The request code used:

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.”
}’