Authorization: Bearer ********************curl --location '/vector_stores//files//content' \
--header 'Authorization: Bearer <token>'{
"object": "vector_store.file_content.page",
"data": [
{
"type": "string",
"text": "string"
}
],
"has_more": true,
"next_page": "string"
}