Authorization: Bearer ********************curl --location '/vector_stores/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"expires_after": {
"anchor": "last_active_at",
"days": 1
},
"metadata": {
"property1": "string",
"property2": "string"
}
}'{
"id": "string",
"object": "vector_store",
"created_at": 0,
"name": "string",
"usage_bytes": 0,
"file_counts": {
"in_progress": 0,
"completed": 0,
"failed": 0,
"cancelled": 0,
"total": 0
},
"status": "expired",
"expires_after": {
"anchor": "last_active_at",
"days": 1
},
"expires_at": 0,
"last_active_at": 0,
"metadata": {
"property1": "string",
"property2": "string"
}
}