curl --request GET \
--url https://www.citedy.com/api/agent/products \
--header 'Authorization: Bearer <token>'{
"documents": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"source_type": "<string>",
"source_name": "<string>",
"token_count": 1,
"created_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://www.citedy.com/api/agent/products \
--header 'Authorization: Bearer <token>'{
"documents": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"source_type": "<string>",
"source_name": "<string>",
"token_count": 1,
"created_at": "2023-11-07T05:31:56Z"
}
]
}