curl --request POST \
--url https://api.example.com/api/knowledge/analyze \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"file": "File"
}'curl --request POST \
--url https://api.example.com/api/knowledge/analyze \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"file": "File"
}'