Get all models
Retrieve a list of all available models from database
curl -X GET "https://api.dcrr.fr/v1/models" \ -H "X-API-KEY: string"[
{
"designation": "Model XYZ-123",
"doc_files": [
"doc1.pdf",
"doc2.pdf"
],
"files": [
"file1.pdf",
"file2.pdf"
],
"id": "507f1f77bcf86cd799439011"
}
]"string"
