{
    "item": [
        {
            "name": ".well-known",
            "description": "",
            "item": [
                {
                    "name": "mcp",
                    "description": "",
                    "item": [
                        {
                            "name": "server-card.json",
                            "description": "",
                            "item": [
                                {
                                    "id": "16352e8f-11b9-46d1-a83d-8f2d8c8db1c6",
                                    "name": "Carte serveur MCP (découverte)",
                                    "request": {
                                        "name": "Carte serveur MCP (découverte)",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                ".well-known",
                                                "mcp",
                                                "server-card.json"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": [],
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "82d58ef6-b57b-4823-b1a8-c5010ffa70c5",
                                            "name": "endpoint, capabilities",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        ".well-known",
                                                        "mcp",
                                                        "server-card.json"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"endpoint\": \"<string>\",\n  \"capabilities\": {}\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "chat",
            "description": "",
            "item": [
                {
                    "id": "f748a0e7-2ddb-470d-8ce7-d54d2513360a",
                    "name": "Envoi d’un message au chat catalogue",
                    "request": {
                        "name": "Envoi d’un message au chat catalogue",
                        "description": {
                            "content": "Envoi texte ou multipart (pièce jointe). Si `stream=true` et pas de génération image,\nla réponse est `text/event-stream` (SSE). Désambiguïsation : si plusieurs `model_themes`\npour le couple (theme, level), fournir `model` ou `model_theme_id` sinon 422.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "chat"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"model\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"premium\",\n  \"conversation_id\": \"<string>\",\n  \"type\": \"code\",\n  \"model_theme_id\": \"<string>\",\n  \"web_search\": \"<boolean>\",\n  \"stream\": \"<boolean>\",\n  \"mode\": \"text\",\n  \"attachment_kind\": \"image\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "3ec1aed4-6ae3-43ee-8f6e-e2c639a2eabb",
                            "name": "Réponse chat (JSON) ou flux SSE si stream=true",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "chat"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"model\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"premium\",\n  \"conversation_id\": \"<string>\",\n  \"type\": \"code\",\n  \"model_theme_id\": \"<string>\",\n  \"web_search\": \"<boolean>\",\n  \"stream\": \"<boolean>\",\n  \"mode\": \"text\",\n  \"attachment_kind\": \"image\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"status\": \"<string>\",\n  \"chat\": {\n    \"id\": \"<string>\",\n    \"conversation_id\": \"<string>\",\n    \"prompt\": \"<string>\",\n    \"response\": \"<string>\",\n    \"model\": \"<string>\",\n    \"credits_used\": \"<string>\",\n    \"cached\": \"<boolean>\",\n    \"response_kind\": \"image\",\n    \"context_messages_count\": \"<integer>\",\n    \"context_tokens_estimated\": \"<integer>\",\n    \"created_at\": \"<dateTime>\"\n  },\n  \"user\": {\n    \"credits_balance\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "837479bc-8afa-4e64-ae80-38043fe711f3",
                            "name": "Token manquant ou invalide",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "chat"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"model\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"premium\",\n  \"conversation_id\": \"<string>\",\n  \"type\": \"code\",\n  \"model_theme_id\": \"<string>\",\n  \"web_search\": \"<boolean>\",\n  \"stream\": \"<boolean>\",\n  \"mode\": \"text\",\n  \"attachment_kind\": \"image\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "64cdc472-a430-4a38-9863-a8fc66c24d97",
                            "name": "Crédits insuffisants",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "chat"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"model\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"premium\",\n  \"conversation_id\": \"<string>\",\n  \"type\": \"code\",\n  \"model_theme_id\": \"<string>\",\n  \"web_search\": \"<boolean>\",\n  \"stream\": \"<boolean>\",\n  \"mode\": \"text\",\n  \"attachment_kind\": \"image\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Payment Required",
                            "code": 402,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": \"<string>\",\n  \"credits_balance\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "3d40b972-e1ee-4001-881a-5cded3dff8cd",
                            "name": "Accès refusé (ability PAT manquante, plan, compte désactivé)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "chat"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"model\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"premium\",\n  \"conversation_id\": \"<string>\",\n  \"type\": \"code\",\n  \"model_theme_id\": \"<string>\",\n  \"web_search\": \"<boolean>\",\n  \"stream\": \"<boolean>\",\n  \"mode\": \"text\",\n  \"attachment_kind\": \"image\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "16109c36-03ee-4e25-8aaf-713555a0e14c",
                            "name": "Erreur de validation",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "chat"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"model\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"premium\",\n  \"conversation_id\": \"<string>\",\n  \"type\": \"code\",\n  \"model_theme_id\": \"<string>\",\n  \"web_search\": \"<boolean>\",\n  \"stream\": \"<boolean>\",\n  \"mode\": \"text\",\n  \"attachment_kind\": \"image\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "dc28ebfd-067b-4b74-a427-e9d9f3f653b8",
                            "name": "Trop de requêtes (limite de débit)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "chat"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"model\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"premium\",\n  \"conversation_id\": \"<string>\",\n  \"type\": \"code\",\n  \"model_theme_id\": \"<string>\",\n  \"web_search\": \"<boolean>\",\n  \"stream\": \"<boolean>\",\n  \"mode\": \"text\",\n  \"attachment_kind\": \"image\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "attachments",
                    "description": "",
                    "item": [
                        {
                            "name": "{id}",
                            "description": "",
                            "item": [
                                {
                                    "id": "cec10296-8834-430e-a1f4-3520b9ab0242",
                                    "name": "Statut d’une pièce jointe (traitement async)",
                                    "request": {
                                        "name": "Statut d’une pièce jointe (traitement async)",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "chat",
                                                "attachments",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "62955375-068d-40b4-b2b6-1d5fb56a817c",
                                            "name": "Statut PJ",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "chat",
                                                        "attachments",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "811dbcb2-6cbe-43a4-836a-9025c387878c",
                                            "name": "Ressource introuvable",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "chat",
                                                        "attachments",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": []
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "chats",
            "description": "",
            "item": [
                {
                    "id": "5f2c72de-1964-4fa3-a24e-3c0f77b31402",
                    "name": "Liste des messages chat récents",
                    "request": {
                        "name": "Liste des messages chat récents",
                        "description": [],
                        "url": {
                            "path": [
                                "chats"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": [],
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "ae7b513b-db7d-47aa-a0f7-b6929f89c4d3",
                            "name": "Liste paginée",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "chats"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "{id}",
                    "description": "",
                    "item": [
                        {
                            "id": "8852ce8d-2432-4e95-b263-c6ee04991547",
                            "name": "Détail d’un message chat",
                            "request": {
                                "name": "Détail d’un message chat",
                                "description": [],
                                "url": {
                                    "path": [
                                        "chats",
                                        ":id"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "id",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID du message chat",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "b1b705f9-e546-4d22-bf69-fbb2f5945fc4",
                                    "name": "Message",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "chats",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du message chat",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6be9d475-0d28-411e-94e6-99b30e96448d",
                                    "name": "Ressource introuvable",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "chats",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du message chat",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "4ce57711-54dc-40d6-a7f1-57bdb955ef0b",
                            "name": "Supprimer un message chat",
                            "request": {
                                "name": "Supprimer un message chat",
                                "description": [],
                                "url": {
                                    "path": [
                                        "chats",
                                        ":id"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "id",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID du message chat",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "48ca2ddf-3a9a-4775-8522-9465dbb2a403",
                                    "name": "Supprimé",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "chats",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du message chat",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "6029663a-3844-4e91-8f07-dd4e5bc85ad0",
                                    "name": "Ressource introuvable",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "chats",
                                                ":id"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du message chat",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "id"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": []
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "conversations",
            "description": "",
            "item": [
                {
                    "id": "9aa10502-38e0-401e-a353-5080f1f28b4a",
                    "name": "Liste des conversations",
                    "request": {
                        "name": "Liste des conversations",
                        "description": [],
                        "url": {
                            "path": [
                                "conversations"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Filtrer par projet (ULID)",
                                        "type": "text/plain"
                                    },
                                    "key": "project_id",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": [],
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "463f6b98-d247-4e7b-9def-0c5e84fb5969",
                            "name": "Conversations",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "conversations"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Filtrer par projet (ULID)",
                                                "type": "text/plain"
                                            },
                                            "key": "project_id",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "today",
                    "description": "",
                    "item": [
                        {
                            "id": "ad84dbbc-863d-4597-a51c-9b7aeba50f7e",
                            "name": "Conversation du jour (catalogue)",
                            "request": {
                                "name": "Conversation du jour (catalogue)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "conversations",
                                        "today"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "d0a10f06-c312-4f1d-9d13-c128e5607255",
                                    "name": "Conversation",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "conversations",
                                                "today"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "{conversation}",
                    "description": "",
                    "item": [
                        {
                            "id": "3ab1855c-4e66-4e4e-b306-5bf0e5876849",
                            "name": "Détail conversation avec messages",
                            "request": {
                                "name": "Détail conversation avec messages",
                                "description": [],
                                "url": {
                                    "path": [
                                        "conversations",
                                        ":conversation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "conversation",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID de la conversation",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "e291cab8-5aa9-4477-8533-50cf91837f47",
                                    "name": "Conversation",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "conversations",
                                                ":conversation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de la conversation",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "conversation"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "68335f42-034a-4fcc-b10c-8f0f9d58eb0f",
                                    "name": "Ressource introuvable",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "conversations",
                                                ":conversation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de la conversation",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "conversation"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "8a89f25d-46c3-4ae4-90c4-2bb22a006444",
                            "name": "Supprimer une conversation",
                            "request": {
                                "name": "Supprimer une conversation",
                                "description": [],
                                "url": {
                                    "path": [
                                        "conversations",
                                        ":conversation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "conversation",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID de la conversation",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "DELETE",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "7f0a8ade-3423-48a1-93d4-7f66beb6a6e9",
                                    "name": "Supprimée",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "conversations",
                                                ":conversation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de la conversation",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "conversation"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d30b6a2e-cd6f-408d-9a69-99ed525fa579",
                                    "name": "Ressource introuvable",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "conversations",
                                                ":conversation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de la conversation",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "conversation"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": []
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "project",
                            "description": "",
                            "item": [
                                {
                                    "id": "3bcca9d0-efab-4181-adff-3654b82a1278",
                                    "name": "Rattacher ou détacher un projet",
                                    "request": {
                                        "name": "Rattacher ou détacher un projet",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "conversations",
                                                ":conversation",
                                                "project"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "conversation",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de la conversation",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PATCH",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"project_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "7c2d4619-dec8-4950-8134-b0da7b407369",
                                            "name": "Conversation mise à jour",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "conversations",
                                                        ":conversation",
                                                        "project"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de la conversation",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "conversation"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PATCH",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"project_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "222d760f-d0aa-404e-bce4-acb6b2caa01d",
                                            "name": "Erreur de validation",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "conversations",
                                                        ":conversation",
                                                        "project"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de la conversation",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "conversation"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "PATCH",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"project_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                            "code": 422,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "credits",
            "description": "",
            "item": [
                {
                    "name": "balance",
                    "description": "",
                    "item": [
                        {
                            "id": "c57ec591-2784-4638-ab67-901e77774350",
                            "name": "Solde de crédits",
                            "request": {
                                "name": "Solde de crédits",
                                "description": [],
                                "url": {
                                    "path": [
                                        "credits",
                                        "balance"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "797f44c1-07e0-40bf-a7a5-c9d3edebcb98",
                                    "name": "Solde",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "credits",
                                                "balance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"balance\": \"<string>\",\n  \"monthly_credits\": \"<number>\",\n  \"purchased_credits\": \"<number>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "dashboard-stats",
                    "description": "",
                    "item": [
                        {
                            "id": "111006a8-f150-4df6-912b-faee12d76170",
                            "name": "Statistiques tableau de bord crédits",
                            "request": {
                                "name": "Statistiques tableau de bord crédits",
                                "description": [],
                                "url": {
                                    "path": [
                                        "credits",
                                        "dashboard-stats"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "a0ce83cf-41a0-492e-a800-ef05da7edd77",
                                    "name": "Stats",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "credits",
                                                "dashboard-stats"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "history",
                    "description": "",
                    "item": [
                        {
                            "id": "bb45ec23-e02b-4f29-a6f2-ebda4f4ce565",
                            "name": "Historique des mouvements de crédits",
                            "request": {
                                "name": "Historique des mouvements de crédits",
                                "description": [],
                                "url": {
                                    "path": [
                                        "credits",
                                        "history"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "1da5ef8e-0d19-4a54-acea-17215c0b27dc",
                                    "name": "Historique paginé",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "credits",
                                                "history"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "topup",
                    "description": "",
                    "item": [
                        {
                            "id": "f89b1456-060b-4433-8cb3-46b0c0cb8692",
                            "name": "Recharge crédits (déprécié — utiliser Stripe checkout)",
                            "request": {
                                "name": "Recharge crédits (déprécié — utiliser Stripe checkout)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "credits",
                                        "topup"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "8bc8086c-532b-48a0-8556-bb78b253455b",
                                    "name": "Endpoint déprécié",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "credits",
                                                "topup"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": []
                                    },
                                    "status": "Gone",
                                    "code": 410,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "developer",
            "description": "",
            "item": [
                {
                    "name": "api-keys",
                    "description": "",
                    "item": [
                        {
                            "id": "cfe21b23-c67c-40cc-b340-cff6d86b367e",
                            "name": "Lister les clés API PAT",
                            "request": {
                                "name": "Lister les clés API PAT",
                                "description": [],
                                "url": {
                                    "path": [
                                        "developer",
                                        "api-keys"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "0ec48fdf-3d47-4ee9-b991-7cac8a87dc85",
                                    "name": "Liste des clés (sans secret)",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "api-keys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "13870ef4-04ff-4891-868d-136e193364a8",
                            "name": "Créer une clé API PAT",
                            "request": {
                                "name": "Créer une clé API PAT",
                                "description": [],
                                "url": {
                                    "path": [
                                        "developer",
                                        "api-keys"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"abilities\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "1fd297bd-b1c4-4a29-a77b-0383a75546e0",
                                    "name": "Clé créée (plainTextToken une seule fois)",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "api-keys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"abilities\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Created",
                                    "code": 201,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"token\": \"<string>\",\n  \"abilities\": [\n    \"tts:write\",\n    \"personas:read\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cb2118aa-81ef-4188-a133-aee0cd8113e4",
                                    "name": "Erreur de validation",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "api-keys"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"abilities\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"expires_at\": \"<dateTime>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{token}",
                            "description": "",
                            "item": [
                                {
                                    "id": "74140dd2-2639-422e-a7c5-6d08a6cdf9f5",
                                    "name": "Révoquer une clé API",
                                    "request": {
                                        "name": "Révoquer une clé API",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "developer",
                                                "api-keys",
                                                ":token"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "token",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ID du token Sanctum",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "cff3b6da-10f4-48b4-afda-39d1bbb6b04d",
                                            "name": "Révoquée",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "developer",
                                                        "api-keys",
                                                        ":token"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID du token Sanctum",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "token"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "ping",
                    "description": "",
                    "item": [
                        {
                            "id": "f6acd20c-bc40-43f4-b309-f9850d821d99",
                            "name": "Test connectivité API (solde, plan, limites dev)",
                            "request": {
                                "name": "Test connectivité API (solde, plan, limites dev)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "developer",
                                        "ping"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "88d0a5e7-d9ec-41aa-a82c-9270ed96ed5c",
                                    "name": "Pong avec métadonnées compte",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "ping"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a9295a4f-a4fb-4600-8703-bf65df7c25b8",
                                    "name": "Token manquant ou invalide",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "ping"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "cb5936aa-54fd-4404-8aef-74200e401234",
                                    "name": "Trop de requêtes (limite de débit)",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "ping"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "usage-stats",
                    "description": "",
                    "item": [
                        {
                            "id": "eb009338-af44-4405-99a6-c62158f1aaa9",
                            "name": "Statistiques d’usage des clés API (7 jours)",
                            "request": {
                                "name": "Statistiques d’usage des clés API (7 jours)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "developer",
                                        "usage-stats"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "18cac4c2-96c2-4c64-bbbe-5d39003b89ec",
                                    "name": "Stats par clé",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "usage-stats"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "441b8f5b-43d9-4f21-b0fd-1146579edf88",
                                    "name": "Accès refusé (ability PAT manquante, plan, compte désactivé)",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "developer",
                                                "usage-stats"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "hooks",
            "description": "",
            "item": [
                {
                    "name": "scheduled-agents",
                    "description": "",
                    "item": [
                        {
                            "name": "{scheduled_agent}",
                            "description": "",
                            "item": [
                                {
                                    "id": "30f235bb-cacc-4ead-ae2f-2b6472139ce1",
                                    "name": "Déclenchement entrant — agent planifié (recommandé)",
                                    "request": {
                                        "name": "Déclenchement entrant — agent planifié (recommandé)",
                                        "description": {
                                            "content": "Public (sans jeton utilisateur Sanctum). Authentifier avec **`X-Webhook-Token`**\nou `Authorization: Bearer <secret>`. Plans **Plus** et **Pro**. Quota **1 req/min/agent**.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "hooks",
                                                "scheduled-agents",
                                                ":scheduled_agent"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "scheduled_agent",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de l’agent planifié",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "disabled": false,
                                                "description": {
                                                    "content": "Secret opaque (alternative Bearer avec le même secret)",
                                                    "type": "text/plain"
                                                },
                                                "key": "X-Webhook-Token",
                                                "value": "<string>"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": [],
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1e38dfc8-bd5c-46fc-87b2-8c1f562f03de",
                                            "name": "Exécution mise en file",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "hooks",
                                                        "scheduled-agents",
                                                        ":scheduled_agent"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’agent planifié",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "scheduled_agent"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "Secret opaque (alternative Bearer avec le même secret)",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-Webhook-Token",
                                                        "value": "<string>"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"status\": \"<string>\",\n  \"scheduled_agent_id\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ac55403b-732b-46fc-a33e-0fba1d318154",
                                            "name": "Plan Basic (webhook entrant non disponible)",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "hooks",
                                                        "scheduled-agents",
                                                        ":scheduled_agent"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’agent planifié",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "scheduled_agent"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "Secret opaque (alternative Bearer avec le même secret)",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-Webhook-Token",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": []
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "9486ca01-f660-41c2-bfca-1c2b8f89a9b6",
                                            "name": "Ressource introuvable",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "hooks",
                                                        "scheduled-agents",
                                                        ":scheduled_agent"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’agent planifié",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "scheduled_agent"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "Secret opaque (alternative Bearer avec le même secret)",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-Webhook-Token",
                                                        "value": "<string>"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": []
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a163bda5-3b16-4e98-9bba-898c23b5d32d",
                                            "name": "Agent désactivé",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "hooks",
                                                        "scheduled-agents",
                                                        ":scheduled_agent"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’agent planifié",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "scheduled_agent"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "Secret opaque (alternative Bearer avec le même secret)",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-Webhook-Token",
                                                        "value": "<string>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": []
                                            },
                                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                            "code": 422,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "a8aa7b63-5cf7-4834-b199-d63cfdcfc88b",
                                            "name": "Trop de requêtes (limite de débit)",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "hooks",
                                                        "scheduled-agents",
                                                        ":scheduled_agent"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’agent planifié",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "scheduled_agent"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "disabled": false,
                                                        "description": {
                                                            "content": "Secret opaque (alternative Bearer avec le même secret)",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "X-Webhook-Token",
                                                        "value": "<string>"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": []
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{token}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bee80bde-1a30-4cb0-967d-32ce5b91b262",
                                            "name": "Déclenchement entrant — secret dans l’URL (déprécié)",
                                            "request": {
                                                "name": "Déclenchement entrant — secret dans l’URL (déprécié)",
                                                "description": {
                                                    "content": "**Déprécié** : préférer `POST /hooks/scheduled-agents/{scheduled_agent}` avec `X-Webhook-Token`.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "hooks",
                                                        "scheduled-agents",
                                                        ":scheduled_agent",
                                                        ":token"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "scheduled_agent",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’agent planifié",
                                                                "type": "text/plain"
                                                            }
                                                        },
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "token",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": [],
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b60edc31-d085-40ae-af56-49f7890f7290",
                                                    "name": "Exécution mise en file",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "hooks",
                                                                "scheduled-agents",
                                                                ":scheduled_agent",
                                                                ":token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’agent planifié",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "scheduled_agent"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "token"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": []
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"status\": \"<string>\",\n  \"scheduled_agent_id\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f19baccd-7e1a-4820-aad8-7b688b695d9f",
                                                    "name": "Plan Basic",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "hooks",
                                                                "scheduled-agents",
                                                                ":scheduled_agent",
                                                                ":token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’agent planifié",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "scheduled_agent"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "token"
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": []
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4ffdd5d6-a1ba-4fef-853d-92eb12f2b96f",
                                                    "name": "Ressource introuvable",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "hooks",
                                                                "scheduled-agents",
                                                                ":scheduled_agent",
                                                                ":token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’agent planifié",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "scheduled_agent"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "token"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": []
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a3233911-dc19-4201-8bf7-4d90a668c978",
                                                    "name": "Agent désactivé",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "hooks",
                                                                "scheduled-agents",
                                                                ":scheduled_agent",
                                                                ":token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’agent planifié",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "scheduled_agent"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "token"
                                                                }
                                                            ]
                                                        },
                                                        "method": "POST",
                                                        "body": []
                                                    },
                                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                                    "code": 422,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "de7ffef2-1abe-499c-b42d-e42bd13bb656",
                                                    "name": "Trop de requêtes (limite de débit)",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "hooks",
                                                                "scheduled-agents",
                                                                ":scheduled_agent",
                                                                ":token"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’agent planifié",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "scheduled_agent"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "token"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": []
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "login",
            "description": "",
            "item": [
                {
                    "id": "9448b3b6-7d6d-49e7-9c90-0835137ecf70",
                    "name": "Connexion (retourne un token Sanctum)",
                    "request": {
                        "name": "Connexion (retourne un token Sanctum)",
                        "description": [],
                        "url": {
                            "path": [
                                "login"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "443f6aed-91a6-46c0-98a3-54adb1be5fe8",
                            "name": "Connexion réussie",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "login"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"user\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"credits\": \"<number>\",\n    \"monthly_credits\": \"<number>\",\n    \"purchased_credits\": \"<number>\",\n    \"monthly_credits_expires_at\": \"<dateTime>\",\n    \"preferred_language\": \"<string>\",\n    \"is_superadmin\": \"<boolean>\",\n    \"subscription\": {\n      \"id\": \"<string>\",\n      \"plan\": \"<string>\",\n      \"stripe_status\": \"<string>\",\n      \"cancel_at_period_end\": \"<boolean>\"\n    }\n  },\n  \"token\": \"<string>\",\n  \"token_type\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "97a2692b-83cd-40c4-be07-ebbf218b787a",
                            "name": "Erreur de validation",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "login"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0e6c906d-9e26-4ff7-bb79-ee6a92910f18",
                            "name": "Trop de requêtes (limite de débit)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "login"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"email\": \"<email>\",\n  \"password\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "logout",
            "description": "",
            "item": [
                {
                    "id": "2af94eb7-637f-4d0b-a856-9fa2ffeb555a",
                    "name": "Déconnexion (révoque le token courant)",
                    "request": {
                        "name": "Déconnexion (révoque le token courant)",
                        "description": [],
                        "url": {
                            "path": [
                                "logout"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": [],
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "9b9ba982-3e65-479c-9074-0ae8a12f6a1f",
                            "name": "Déconnexion réussie",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logout"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": []
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "mcp",
            "description": "",
            "item": [
                {
                    "id": "8e9c3fcd-5ad3-458a-8b70-cdcd53042ba2",
                    "name": "MCP JSON-RPC 2.0 (PAT uniquement)",
                    "request": {
                        "name": "MCP JSON-RPC 2.0 (PAT uniquement)",
                        "description": {
                            "content": "Corps JSON-RPC 2.0. **PAT requis** — les sessions cookie renvoient `error.code` **-32001**.\n\n**Outils** (`tools/call`) :\n- `dahu_chat` — abilities `chat:write` ou `*`\n- `dahu_list_personas` — `personas:read` (ou équivalences)\n- `dahu_persona_chat` — `personas:write` ou `chat:write`\n- `dahu_web_search` — `chat:read` ou `chat:write`\n\n**Ressources** : URI `dahu://conversations/{ulid}`\n\nQuota : `throttle:developer-api`\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "mcp"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"resources/read\",\n  \"id\": \"\",\n  \"params\": {}\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "e8544a01-fdb1-48e1-b2b2-df10b65dc9a0",
                            "name": "Réponse JSON-RPC (résultat ou erreur)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "mcp"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"resources/read\",\n  \"id\": \"\",\n  \"params\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"jsonrpc\": \"<string>\",\n  \"id\": \"\",\n  \"result\": \"\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6576d352-4eac-4697-b40a-236882e9135c",
                            "name": "Token manquant ou invalide",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "mcp"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"resources/read\",\n  \"id\": \"\",\n  \"params\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4844a2c0-3034-4013-8596-5288095a5d6d",
                            "name": "Trop de requêtes (limite de débit)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "mcp"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"resources/read\",\n  \"id\": \"\",\n  \"params\": {}\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "me",
            "description": "",
            "item": [
                {
                    "id": "3588d284-da6e-46ca-aed2-e52ee52d705b",
                    "name": "Profil utilisateur courant",
                    "request": {
                        "name": "Profil utilisateur courant",
                        "description": [],
                        "url": {
                            "path": [
                                "me"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": [],
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "db623422-ddfe-4372-9c5d-7151e2e09788",
                            "name": "Profil",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "me"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"credits\": \"<number>\",\n  \"monthly_credits\": \"<number>\",\n  \"purchased_credits\": \"<number>\",\n  \"monthly_credits_expires_at\": \"<dateTime>\",\n  \"preferred_language\": \"<string>\",\n  \"is_superadmin\": \"<boolean>\",\n  \"subscription\": {\n    \"id\": \"<string>\",\n    \"plan\": \"<string>\",\n    \"stripe_status\": \"<string>\",\n    \"cancel_at_period_end\": \"<boolean>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "eb4c63c8-905f-4af0-b50a-db77d6a8d26b",
                            "name": "Token manquant ou invalide",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "me"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "38d12877-fafa-4bdd-a170-0bfdbb74c576",
                            "name": "Accès refusé (ability PAT manquante, plan, compte désactivé)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "me"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "models",
            "description": "",
            "item": [
                {
                    "name": "available",
                    "description": "",
                    "item": [
                        {
                            "id": "f8748e9a-0eb9-4b6c-85c3-f5136c0ae1ec",
                            "name": "Modèles disponibles (filtres theme/level)",
                            "request": {
                                "name": "Modèles disponibles (filtres theme/level)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "models",
                                        "available"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Clé de contexte (`contexts.key`, ex. general, development)",
                                                "type": "text/plain"
                                            },
                                            "key": "theme",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of light,standard,premium)",
                                                "type": "text/plain"
                                            },
                                            "key": "level",
                                            "value": "premium"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "6a5834f4-52c5-4335-b32e-05d4ce7063a7",
                                    "name": "Liste modèles",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "models",
                                                "available"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Clé de contexte (`contexts.key`, ex. general, development)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "theme",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": " (This can only be one of light,standard,premium)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "level",
                                                    "value": "premium"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "capabilities",
                    "description": "",
                    "item": [
                        {
                            "id": "50e95566-1d1d-4d6c-97d7-d0e9276f84f7",
                            "name": "Capacités modèle (web_search, image input, etc.)",
                            "request": {
                                "name": "Capacités modèle (web_search, image input, etc.)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "models",
                                        "capabilities"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Clé de contexte (`contexts.key`, ex. general, development)",
                                                "type": "text/plain"
                                            },
                                            "key": "theme",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": " (This can only be one of light,standard,premium)",
                                                "type": "text/plain"
                                            },
                                            "key": "level",
                                            "value": "premium"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Clé catalogue OpenRouter / Infomaniak pour désambiguïser plusieurs model_themes",
                                                "type": "text/plain"
                                            },
                                            "key": "model",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Alias de model pour GET /models/capabilities",
                                                "type": "text/plain"
                                            },
                                            "key": "model_key",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "250d06f1-5fb7-4549-8141-fdd4a3e2cadc",
                                    "name": "Capacités dont supports_image_input",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "models",
                                                "capabilities"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Clé de contexte (`contexts.key`, ex. general, development)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "theme",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": " (This can only be one of light,standard,premium)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "level",
                                                    "value": "premium"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Clé catalogue OpenRouter / Infomaniak pour désambiguïser plusieurs model_themes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "model",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Alias de model pour GET /models/capabilities",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "model_key",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "image-generation",
                    "description": "",
                    "item": [
                        {
                            "id": "4306721a-28ee-485c-866f-d99d5e44720c",
                            "name": "Catalogue génération d’images",
                            "request": {
                                "name": "Catalogue génération d’images",
                                "description": [],
                                "url": {
                                    "path": [
                                        "models",
                                        "image-generation"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "47d455e7-b988-43f5-a81d-78b250e67648",
                                    "name": "Entrées image",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "models",
                                                "image-generation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "levels",
                    "description": "",
                    "item": [
                        {
                            "id": "53c6ca6d-8fa9-46c1-b2ac-a2e55b52ea24",
                            "name": "Niveaux pour un thème",
                            "request": {
                                "name": "Niveaux pour un thème",
                                "description": [],
                                "url": {
                                    "path": [
                                        "models",
                                        "levels"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Clé de contexte (`contexts.key`, ex. general, development)",
                                                "type": "text/plain"
                                            },
                                            "key": "theme",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "bae5affa-b9e9-41f6-9118-c792c6998357",
                                    "name": "Niveaux disponibles",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "models",
                                                "levels"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Clé de contexte (`contexts.key`, ex. general, development)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "theme",
                                                    "value": "<string>"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "public-catalog",
                    "description": "",
                    "item": [
                        {
                            "id": "e82c72bb-6ca2-4574-b37f-b6bc18653eb5",
                            "name": "Catalogue modèles public (référence plan pro, sans auth)",
                            "request": {
                                "name": "Catalogue modèles public (référence plan pro, sans auth)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "models",
                                        "public-catalog"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "7cdc30ad-c716-4328-a9a2-8faa4a6dcabc",
                                    "name": "Liste des modèles/thèmes publics",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "models",
                                                "public-catalog"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "286614b6-7388-4743-b56e-01e617706cc3",
                                    "name": "Trop de requêtes (limite de débit)",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "models",
                                                "public-catalog"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "Too Many Requests",
                                    "code": 429,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "themes",
                    "description": "",
                    "item": [
                        {
                            "id": "7e076bc6-a2b3-4970-94e4-89f8f152cfbb",
                            "name": "Thèmes (contextes) disponibles pour le plan",
                            "request": {
                                "name": "Thèmes (contextes) disponibles pour le plan",
                                "description": [],
                                "url": {
                                    "path": [
                                        "models",
                                        "themes"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "1d3b9264-c26f-4609-a388-bfef9ab5056f",
                                    "name": "plan + themes [{ key, label }]",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "models",
                                                "themes"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"plan\": \"<string>\",\n  \"themes\": [\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\"\n    },\n    {\n      \"key\": \"<string>\",\n      \"label\": \"<string>\"\n    }\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "organizations",
            "description": "",
            "item": [
                {
                    "name": "{organization}",
                    "description": "",
                    "item": [
                        {
                            "name": "billing",
                            "description": "",
                            "item": [
                                {
                                    "name": "billing-portal",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c1deb55e-0f3f-4c4a-86f4-64d3628c2834",
                                            "name": "Portail facturation Stripe organisation",
                                            "request": {
                                                "name": "Portail facturation Stripe organisation",
                                                "description": [],
                                                "url": {
                                                    "path": [
                                                        "organizations",
                                                        ":organization",
                                                        "billing",
                                                        "billing-portal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "organization",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’organisation",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "POST",
                                                "body": [],
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c42c4a69-5890-40ae-95f5-7637e1c06ff0",
                                                    "name": "URL portail",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "organizations",
                                                                ":organization",
                                                                "billing",
                                                                "billing-portal"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’organisation",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "organization"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": []
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "catalog",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4905b9db-36e5-4acc-b6c1-2fcb16151d1a",
                                            "name": "Catalogue facturation organisation",
                                            "request": {
                                                "name": "Catalogue facturation organisation",
                                                "description": [],
                                                "url": {
                                                    "path": [
                                                        "organizations",
                                                        ":organization",
                                                        "billing",
                                                        "catalog"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "organization",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’organisation",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": [],
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "79683bd9-eb66-44d2-bf04-155fa63b8c73",
                                                    "name": "Catalogue",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "organizations",
                                                                ":organization",
                                                                "billing",
                                                                "catalog"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’organisation",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "organization"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": []
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                },
                                {
                                    "name": "checkout",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ebbd8b9c-7047-4918-8e32-ec1562e2c042",
                                            "name": "Checkout Stripe organisation",
                                            "request": {
                                                "name": "Checkout Stripe organisation",
                                                "description": [],
                                                "url": {
                                                    "path": [
                                                        "organizations",
                                                        ":organization",
                                                        "billing",
                                                        "checkout"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "organization",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de l’organisation",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "b8546665-d8dc-4b3d-83dc-823c703afc30",
                                                    "name": "URL checkout",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "organizations",
                                                                ":organization",
                                                                "billing",
                                                                "checkout"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID de l’organisation",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "organization"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "personas",
            "description": "",
            "item": [
                {
                    "name": "catalog",
                    "description": "",
                    "item": [
                        {
                            "id": "70223cee-ec55-474e-96b4-cad43877ae7f",
                            "name": "Catalogue personas actifs",
                            "request": {
                                "name": "Catalogue personas actifs",
                                "description": [],
                                "url": {
                                    "path": [
                                        "personas",
                                        "catalog"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "2c405dd8-82ae-4863-94c3-0a37da70e5fc",
                                    "name": "Liste personas",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "personas",
                                                "catalog"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "conversations",
                    "description": "",
                    "item": [
                        {
                            "id": "3522acf7-4116-4d4c-93c1-4c4362eb61ba",
                            "name": "Conversations persona de l’utilisateur",
                            "request": {
                                "name": "Conversations persona de l’utilisateur",
                                "description": [],
                                "url": {
                                    "path": [
                                        "personas",
                                        "conversations"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "ae80eb17-ac3e-4bcd-a0c2-faf5271d1815",
                                    "name": "Liste",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "personas",
                                                "conversations"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "{conversation}",
                            "description": "",
                            "item": [
                                {
                                    "id": "199b0427-634b-4f67-8184-b56b213a300a",
                                    "name": "Détail conversation persona",
                                    "request": {
                                        "name": "Détail conversation persona",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "personas",
                                                "conversations",
                                                ":conversation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "conversation",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de la conversation",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "96d40759-6cc1-40ee-a8b0-200fda1b821c",
                                            "name": "Conversation",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        "conversations",
                                                        ":conversation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de la conversation",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "conversation"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c596d7c5-3400-4637-8fa2-3283e2816e20",
                                            "name": "Ressource introuvable",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        "conversations",
                                                        ":conversation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de la conversation",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "conversation"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": []
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "324dd356-39a7-4f8e-8890-165eebdde610",
                                    "name": "Supprimer conversation persona",
                                    "request": {
                                        "name": "Supprimer conversation persona",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "personas",
                                                "conversations",
                                                ":conversation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "conversation",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de la conversation",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "a327c7fe-16a0-45c9-b450-57e903b0370e",
                                            "name": "Supprimée",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        "conversations",
                                                        ":conversation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID de la conversation",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "conversation"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "{persona}",
                    "description": "",
                    "item": [
                        {
                            "name": "chat",
                            "description": "",
                            "item": [
                                {
                                    "id": "fadb5a95-4236-4b6c-819c-58c9fae26be4",
                                    "name": "Envoyer un message à un persona",
                                    "request": {
                                        "name": "Envoyer un message à un persona",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "personas",
                                                ":persona",
                                                "chat"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "persona",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"prompt\": \"<string>\",\n  \"conversation_id\": \"<string>\",\n  \"mode\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "cd637638-53ba-47e3-9cba-52e021082f1b",
                                            "name": "Réponse persona",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        ":persona",
                                                        "chat"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "persona"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"conversation_id\": \"<string>\",\n  \"mode\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "64350418-62ba-4718-96af-88b5fa05e046",
                                            "name": "Crédits insuffisants",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        ":persona",
                                                        "chat"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "persona"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"conversation_id\": \"<string>\",\n  \"mode\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Payment Required",
                                            "code": 402,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"error\": \"<string>\",\n  \"credits_balance\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b6a3f0be-ad68-4e6f-9644-59be5c918fe8",
                                            "name": "Erreur de validation",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        ":persona",
                                                        "chat"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "persona"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"conversation_id\": \"<string>\",\n  \"mode\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                            "code": 422,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e87f1692-8479-4012-94f9-926dd0f2e6f9",
                                            "name": "Trop de requêtes (limite de débit)",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        ":persona",
                                                        "chat"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "persona"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"prompt\": \"<string>\",\n  \"conversation_id\": \"<string>\",\n  \"mode\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "latest",
                            "description": "",
                            "item": [
                                {
                                    "id": "c2f74c41-1b59-4253-82a3-d261ba08809b",
                                    "name": "Dernière conversation pour un persona",
                                    "request": {
                                        "name": "Dernière conversation pour un persona",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "personas",
                                                ":persona",
                                                "latest"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "persona",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "95ea9c37-e6dc-404a-918e-ec9bd7d454e7",
                                            "name": "Conversation ou vide",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        ":persona",
                                                        "latest"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "persona"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "modules",
                            "description": "",
                            "item": [
                                {
                                    "id": "4770e00c-8de5-4713-998f-dbeeacd59ff9",
                                    "name": "Modules disponibles pour le persona",
                                    "request": {
                                        "name": "Modules disponibles pour le persona",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "personas",
                                                ":persona",
                                                "modules"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "persona",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "8e44a3b5-8e78-405e-b4d7-51531d11ef33",
                                            "name": "Modules",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "personas",
                                                        ":persona",
                                                        "modules"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Clé persona (ex. swiss-lawyer)",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "persona"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "projects",
            "description": "",
            "item": [
                {
                    "id": "ebcf50fb-b82c-4f30-95e4-57190beb9c67",
                    "name": "Liste des projets",
                    "request": {
                        "name": "Liste des projets",
                        "description": [],
                        "url": {
                            "path": [
                                "projects"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": [],
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "8860c9bd-b35a-4566-a293-58250f1d6857",
                            "name": "Projets",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "projects"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "2caf4f90-c232-478c-8d2c-125171543dff",
                    "name": "Créer un projet",
                    "request": {
                        "name": "Créer un projet",
                        "description": [],
                        "url": {
                            "path": [
                                "projects"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "e634b0b9-5f0d-468f-b4ce-eac68d415919",
                            "name": "Projet créé",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "projects"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "ef35ccbf-1dab-4b1f-a087-f0100c227d0f",
                            "name": "Erreur de validation",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "projects"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "{project}",
                    "description": "",
                    "item": [
                        {
                            "id": "3316f5b4-d958-44cb-96ff-c5bd29bcb9b3",
                            "name": "Détail projet",
                            "request": {
                                "name": "Détail projet",
                                "description": [],
                                "url": {
                                    "path": [
                                        "projects",
                                        ":project"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "project",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID du projet",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "717a5653-35c8-47c4-8454-b3d1c40b10d3",
                                    "name": "Projet",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "projects",
                                                ":project"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du projet",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "project"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "984c03c3-6696-4494-9e97-8ead4e2a9263",
                                    "name": "Ressource introuvable",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "projects",
                                                ":project"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du projet",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "project"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "Not Found",
                                    "code": 404,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "3e8cee9d-d2d5-488f-83ee-2d8806666b2c",
                            "name": "Mettre à jour un projet",
                            "request": {
                                "name": "Mettre à jour un projet",
                                "description": [],
                                "url": {
                                    "path": [
                                        "projects",
                                        ":project"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "project",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID du projet",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "PUT",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "8b8f0f9f-3a79-43be-ae61-73dd91a3d455",
                                    "name": "Mis à jour",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "projects",
                                                ":project"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du projet",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "project"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "c14a739c-c2bd-415c-ae5f-47989f6b361e",
                                    "name": "Erreur de validation",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "projects",
                                                ":project"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du projet",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "project"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"system_prompt\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "12f24586-e5c6-44a3-bf00-fb35527d4370",
                            "name": "Supprimer un projet",
                            "request": {
                                "name": "Supprimer un projet",
                                "description": [],
                                "url": {
                                    "path": [
                                        "projects",
                                        ":project"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "project",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID du projet",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "51c5c325-d2ba-4275-919a-4a2a02f43711",
                                    "name": "Supprimé",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "projects",
                                                ":project"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du projet",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "project"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "name": "documents",
                            "description": "",
                            "item": [
                                {
                                    "id": "52fd27f5-d20d-4fed-80b5-551e3af07bb0",
                                    "name": "Ajouter un document au projet (upload)",
                                    "request": {
                                        "name": "Ajouter un document au projet (upload)",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "projects",
                                                ":project",
                                                "documents"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "project",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID du projet",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "851a05fb-cd62-4471-9f1c-c94090fca0a2",
                                            "name": "Document en indexation",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "projects",
                                                        ":project",
                                                        "documents"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID du projet",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "project"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "file",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "23936371-b614-48ff-8e40-05e3efffe163",
                                            "name": "Erreur de validation",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "projects",
                                                        ":project",
                                                        "documents"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID du projet",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "project"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "file",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                            "code": 422,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{document}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "df293fab-9a52-4fe1-b42b-5bedd9205dea",
                                            "name": "Supprimer un document projet",
                                            "request": {
                                                "name": "Supprimer un document projet",
                                                "description": [],
                                                "url": {
                                                    "path": [
                                                        "projects",
                                                        ":project",
                                                        "documents",
                                                        ":document"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "project",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ULID du projet",
                                                                "type": "text/plain"
                                                            }
                                                        },
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "document",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "method": "DELETE",
                                                "body": [],
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a4562db2-6cf2-4d38-a6d1-b0a37d2d53ec",
                                                    "name": "Supprimé",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "projects",
                                                                ":project",
                                                                "documents",
                                                                ":document"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ULID du projet",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "project"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "document"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": []
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "register",
            "description": "",
            "item": [
                {
                    "id": "62ab528f-c243-4c77-a8c2-00c50475783e",
                    "name": "Inscription",
                    "request": {
                        "name": "Inscription",
                        "description": [],
                        "url": {
                            "path": [
                                "register"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"password_confirmation\": \"<string>\",\n  \"preferred_language\": \"en\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "df24ca24-86c2-4d82-8f5b-27af1c6c9f8a",
                            "name": "Compte créé (10 crédits bonus)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "register"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"password_confirmation\": \"<string>\",\n  \"preferred_language\": \"en\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"user\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"credits\": \"<number>\",\n    \"monthly_credits\": \"<number>\",\n    \"purchased_credits\": \"<number>\",\n    \"monthly_credits_expires_at\": \"<dateTime>\",\n    \"preferred_language\": \"<string>\",\n    \"is_superadmin\": \"<boolean>\",\n    \"subscription\": {\n      \"id\": \"<string>\",\n      \"plan\": \"<string>\",\n      \"stripe_status\": \"<string>\",\n      \"cancel_at_period_end\": \"<boolean>\"\n    }\n  },\n  \"token\": \"<string>\",\n  \"token_type\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "fe13a009-4da2-41fa-a5b9-57b782322227",
                            "name": "Erreur de validation",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "register"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"password_confirmation\": \"<string>\",\n  \"preferred_language\": \"en\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "cdafe00e-1338-4862-bbcb-cfcbb6add30c",
                            "name": "Trop de requêtes (limite de débit)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "register"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"password\": \"<string>\",\n  \"password_confirmation\": \"<string>\",\n  \"preferred_language\": \"en\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "scheduled-agents",
            "description": "",
            "item": [
                {
                    "id": "dbf755cb-dd94-411e-95ef-c959d21e98a9",
                    "name": "Liste des agents planifiés",
                    "request": {
                        "name": "Liste des agents planifiés",
                        "description": [],
                        "url": {
                            "path": [
                                "scheduled-agents"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": [],
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "d0926c09-5949-4c35-a54d-7553e3ccc543",
                            "name": "Agents",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "scheduled-agents"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "bd5af2c5-7a4f-4c38-b99d-69e6045dfc9c",
                    "name": "Créer un agent planifié",
                    "request": {
                        "name": "Créer un agent planifié",
                        "description": [],
                        "url": {
                            "path": [
                                "scheduled-agents"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"name\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"cron_expression\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "a7fddae1-3e7f-492a-b4b0-49a6001c921f",
                            "name": "Agent créé",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "scheduled-agents"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"cron_expression\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Created",
                            "code": 201,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "581b411d-c47f-46c3-a7c3-984e9e286903",
                            "name": "Erreur de validation",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "scheduled-agents"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"cron_expression\": \"<string>\",\n  \"theme\": \"<string>\",\n  \"level\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "{scheduled_agent}",
                    "description": "",
                    "item": [
                        {
                            "id": "1bfc419b-f887-49cb-b630-0b19884ec115",
                            "name": "Détail agent planifié",
                            "request": {
                                "name": "Détail agent planifié",
                                "description": [],
                                "url": {
                                    "path": [
                                        "scheduled-agents",
                                        ":scheduled_agent"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "scheduled_agent",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID de l’agent planifié",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "96d223ed-8c30-467f-a51d-2a24787e095a",
                                    "name": "Agent",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "scheduled-agents",
                                                ":scheduled_agent"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de l’agent planifié",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "scheduled_agent"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "06eda6c5-5c78-4a0c-8732-00a68ecc2cd3",
                            "name": "Mettre à jour un agent (dont regenerate_inbound_webhook_token)",
                            "request": {
                                "name": "Mettre à jour un agent (dont regenerate_inbound_webhook_token)",
                                "description": {
                                    "content": "Corps optionnel `regenerate_inbound_webhook_token: true` pour régénérer le secret webhook entrant.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "scheduled-agents",
                                        ":scheduled_agent"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "scheduled_agent",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID de l’agent planifié",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"name\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"cron_expression\": \"<string>\",\n  \"enabled\": \"<boolean>\",\n  \"regenerate_inbound_webhook_token\": \"<boolean>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "400c2a8c-74f6-43c3-9d34-3601334b69da",
                                    "name": "Mis à jour",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "scheduled-agents",
                                                ":scheduled_agent"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de l’agent planifié",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "scheduled_agent"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "PATCH",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"cron_expression\": \"<string>\",\n  \"enabled\": \"<boolean>\",\n  \"regenerate_inbound_webhook_token\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "da8cdd04-7ba8-4fa2-b1fe-b0d9702cad7d",
                                    "name": "Erreur de validation",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "scheduled-agents",
                                                ":scheduled_agent"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de l’agent planifié",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "scheduled_agent"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "PATCH",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"prompt\": \"<string>\",\n  \"cron_expression\": \"<string>\",\n  \"enabled\": \"<boolean>\",\n  \"regenerate_inbound_webhook_token\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                    "code": 422,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        },
                        {
                            "id": "fe266315-ed5a-45b3-896d-54a0acf0867f",
                            "name": "Supprimer un agent planifié",
                            "request": {
                                "name": "Supprimer un agent planifié",
                                "description": [],
                                "url": {
                                    "path": [
                                        "scheduled-agents",
                                        ":scheduled_agent"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "scheduled_agent",
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ULID de l’agent planifié",
                                                "type": "text/plain"
                                            }
                                        }
                                    ]
                                },
                                "method": "DELETE",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "c8719cec-5cac-48a1-a5c8-7e198e3f0388",
                                    "name": "Supprimé",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "scheduled-agents",
                                                ":scheduled_agent"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ULID de l’agent planifié",
                                                        "type": "text/plain"
                                                    },
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "scheduled_agent"
                                                }
                                            ]
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "stripe",
            "description": "",
            "item": [
                {
                    "name": "billing-portal",
                    "description": "",
                    "item": [
                        {
                            "id": "178b24be-45ab-4201-a94d-54776a6c9538",
                            "name": "Ouvrir le portail client Stripe",
                            "request": {
                                "name": "Ouvrir le portail client Stripe",
                                "description": [],
                                "url": {
                                    "path": [
                                        "stripe",
                                        "billing-portal"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "3e17cbfa-ebd5-4911-ae1e-81eca0a4906c",
                                    "name": "URL portail",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "stripe",
                                                "billing-portal"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"url\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "checkout",
                    "description": "",
                    "item": [
                        {
                            "id": "6980c17a-588c-4f93-bcf7-d40e5eefd10e",
                            "name": "Créer une session Stripe Checkout",
                            "request": {
                                "name": "Créer une session Stripe Checkout",
                                "description": [],
                                "url": {
                                    "path": [
                                        "stripe",
                                        "checkout"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"type\": \"pack\",\n  \"plan\": \"<string>\",\n  \"pack_id\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "220d92d5-4248-4e9a-b504-8924effb950e",
                                    "name": "URL de redirection checkout",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "stripe",
                                                "checkout"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"type\": \"pack\",\n  \"plan\": \"<string>\",\n  \"pack_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"url\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "webhook",
                    "description": "",
                    "item": [
                        {
                            "id": "405120f1-b3a8-45b3-adca-3299d68b9c40",
                            "name": "Webhook Stripe (signature Stripe-Signature, pas Bearer)",
                            "request": {
                                "name": "Webhook Stripe (signature Stripe-Signature, pas Bearer)",
                                "description": {
                                    "content": "Endpoint public vérifié par signature Stripe. Corps brut événement Stripe.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "stripe",
                                        "webhook"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "477afac3-cfff-4b06-84c3-1bddc82a9f6f",
                                    "name": "Événement traité",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "stripe",
                                                "webhook"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "8daee8d6-aa56-41b3-9598-12e2a3c72958",
                                    "name": "Signature invalide",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "stripe",
                                                "webhook"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "subscribe",
            "description": "",
            "item": [
                {
                    "id": "6751a9fc-2d58-40a1-aa0c-bfcaa4a3b84c",
                    "name": "Souscrire à un plan (legacy)",
                    "request": {
                        "name": "Souscrire à un plan (legacy)",
                        "description": [],
                        "url": {
                            "path": [
                                "subscribe"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"plan\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "1c18de77-eb9d-4aae-8813-11c4cdb1455e",
                            "name": "Abonnement créé ou mis à jour",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "subscribe"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"plan\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "7385b3c6-fa0c-476f-8e4d-c3187f99f322",
                            "name": "Erreur de validation",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "subscribe"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"plan\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "cancel",
                    "description": "",
                    "item": [
                        {
                            "id": "5af0d5dd-0a8a-46dd-8cb8-6a202defd0bd",
                            "name": "Annuler l’abonnement (fin de période)",
                            "request": {
                                "name": "Annuler l’abonnement (fin de période)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "subscribe",
                                        "cancel"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "POST",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "2d85495d-11bf-4bb3-9d60-544d4f1429ac",
                                    "name": "Annulation programmée",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "subscribe",
                                                "cancel"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "data",
                    "description": "",
                    "item": [
                        {
                            "id": "c01a69fc-9af5-41f8-b37c-7160b5706b03",
                            "name": "Plans et packs (page tarifs)",
                            "request": {
                                "name": "Plans et packs (page tarifs)",
                                "description": [],
                                "url": {
                                    "path": [
                                        "subscribe",
                                        "data"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Locale pour les libellés (subscribe/data) (This can only be one of fr,en,de)",
                                                "type": "text/plain"
                                            },
                                            "key": "locale",
                                            "value": "de"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "d69daeec-2ab7-4c6d-b14b-533465f79ce4",
                                    "name": "Catalogue abonnements",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "subscribe",
                                                "data"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Locale pour les libellés (subscribe/data) (This can only be one of fr,en,de)",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "locale",
                                                    "value": "de"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"currency\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "personas",
                    "description": "",
                    "item": [
                        {
                            "name": "{personaKey}",
                            "description": "",
                            "item": [
                                {
                                    "id": "0fa9ddfd-1997-4ca6-b83d-22687180688a",
                                    "name": "Ajouter un persona à l’abonnement",
                                    "request": {
                                        "name": "Ajouter un persona à l’abonnement",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "subscribe",
                                                "personas",
                                                ":personaKey"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "personaKey",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "POST",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "a8bf2740-1e4d-435a-91dd-5d0a9c23843f",
                                            "name": "Persona ajouté",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "subscribe",
                                                        "personas",
                                                        ":personaKey"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "personaKey"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "181514d7-e85f-4350-b6e4-a85545fd7dc9",
                                    "name": "Retirer un persona de l’abonnement",
                                    "request": {
                                        "name": "Retirer un persona de l’abonnement",
                                        "description": [],
                                        "url": {
                                            "path": [
                                                "subscribe",
                                                "personas",
                                                ":personaKey"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": [
                                                {
                                                    "type": "any",
                                                    "value": "<string>",
                                                    "key": "personaKey",
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    }
                                                }
                                            ]
                                        },
                                        "method": "DELETE",
                                        "body": [],
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "a8dd949a-616d-44f6-978c-9781d27ad829",
                                            "name": "Persona retiré",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "subscribe",
                                                        "personas",
                                                        ":personaKey"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "personaKey"
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": []
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "plan",
                    "description": "",
                    "item": [
                        {
                            "id": "20a4878c-d5ea-45d9-a9ba-dd4add3a264f",
                            "name": "Changer de plan",
                            "request": {
                                "name": "Changer de plan",
                                "description": [],
                                "url": {
                                    "path": [
                                        "subscribe",
                                        "plan"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"plan\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                },
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "7176b66a-a789-4202-b64b-d8004043552f",
                                    "name": "Plan mis à jour",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "subscribe",
                                                "plan"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "PATCH",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"plan\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "resume",
                    "description": "",
                    "item": [
                        {
                            "id": "9b917aef-ac08-4118-aadd-1abeb0fccf3b",
                            "name": "Reprendre un abonnement annulé",
                            "request": {
                                "name": "Reprendre un abonnement annulé",
                                "description": [],
                                "url": {
                                    "path": [
                                        "subscribe",
                                        "resume"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "method": "POST",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "18ae197d-c7e7-41cc-a747-68dc4cfb8fa7",
                                    "name": "Reprise",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "subscribe",
                                                "resume"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [],
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "tts",
            "description": "",
            "item": [
                {
                    "id": "b34d06a9-3322-4c47-bd59-a6081615739c",
                    "name": "Synthèse vocale (TTS)",
                    "request": {
                        "name": "Synthèse vocale (TTS)",
                        "description": [],
                        "url": {
                            "path": [
                                "tts"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"text\": \"<string>\",\n  \"voice\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "cf63c95e-cd93-47cc-aa0d-4a5743c1f935",
                            "name": "Audio ou URL",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "tts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"text\": \"<string>\",\n  \"voice\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "dbe0262b-4287-472d-af52-547b2e4ebdc2",
                            "name": "Crédits insuffisants",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "tts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"text\": \"<string>\",\n  \"voice\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Payment Required",
                            "code": 402,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": \"<string>\",\n  \"credits_balance\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d4fe18b6-2354-4a39-a379-a5019eca613f",
                            "name": "Accès refusé (ability PAT manquante, plan, compte désactivé)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "tts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"text\": \"<string>\",\n  \"voice\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b67b4c20-d110-4a8d-acae-775ea95ca208",
                            "name": "Erreur de validation",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "tts"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"text\": \"<string>\",\n  \"voice\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"errors\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_3\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "name": "options",
                    "description": "",
                    "item": [
                        {
                            "id": "cbf7145e-231e-47f7-bed9-334c79e03c9d",
                            "name": "Options de synthèse vocale disponibles",
                            "request": {
                                "name": "Options de synthèse vocale disponibles",
                                "description": [],
                                "url": {
                                    "path": [
                                        "tts",
                                        "options"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "GET",
                                "body": [],
                                "auth": {
                                    "type": "bearer",
                                    "bearer": [
                                        {
                                            "key": "token",
                                            "value": "{{bearerToken}}"
                                        }
                                    ]
                                }
                            },
                            "response": [
                                {
                                    "id": "4cac10a3-2ee8-429c-82ea-fabc5645e8c2",
                                    "name": "Voix et langues",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "tts",
                                                "options"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: bearer",
                                                    "type": "text/plain"
                                                },
                                                "key": "Authorization",
                                                "value": "Bearer <token>"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": []
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "user",
            "description": "",
            "item": [
                {
                    "id": "d6c9c4a2-2bbe-4993-8a74-dd140b48068d",
                    "name": "Alias de GET /me",
                    "request": {
                        "name": "Alias de GET /me",
                        "description": [],
                        "url": {
                            "path": [
                                "user"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": [],
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{bearerToken}}"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "1b7dfc35-535e-4b33-bfb3-e97c523f4927",
                            "name": "Profil",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "user"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"credits\": \"<number>\",\n  \"monthly_credits\": \"<number>\",\n  \"purchased_credits\": \"<number>\",\n  \"monthly_credits_expires_at\": \"<dateTime>\",\n  \"preferred_language\": \"<string>\",\n  \"is_superadmin\": \"<boolean>\",\n  \"subscription\": {\n    \"id\": \"<string>\",\n    \"plan\": \"<string>\",\n    \"stripe_status\": \"<string>\",\n    \"cancel_at_period_end\": \"<boolean>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9cd6d35d-391c-4a9d-bb68-b9add05ccab8",
                            "name": "Token manquant ou invalide",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "user"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5f8d2abd-2448-4b38-a121-286b5a214f3f",
                            "name": "Accès refusé (ability PAT manquante, plan, compte désactivé)",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "user"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": []
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "http://localhost:8000",
            "type": "string"
        },
        {
            "key": "token",
            "value": "",
            "type": "string"
        },
        {
            "key": "PAT_TOKEN",
            "value": "",
            "type": "string"
        },
        {
            "key": "WEBHOOK_SECRET",
            "value": "",
            "type": "string"
        },
        {
            "key": "AGENT_ULID",
            "value": "",
            "type": "string"
        }
    ],
    "info": {
        "_postman_id": "bb364a8d-506d-4c6a-97b7-240dc52ea65d",
        "name": "DahuGPT API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "API REST DahuGPT (Laravel Sanctum, Bearer token).\n\n- **Documentation interactive** : `/api-docs` (Redoc)\n- **Documentation longue (Markdown)** : `/docs/api`\n- **Collection Postman** : `/postman/dahuGPT.postman_collection.json`\n\n## Authentification\n\nRoutes protégées : `Authorization: Bearer <token>` (jeton Sanctum issu de `POST /api/register`, `POST /api/login`, ou PAT créé via `/api/developer/api-keys`).\n\n**Session web (SPA)** : les restrictions d’abilities PAT ne s’appliquent pas (pas de `currentAccessToken`).\n\n**Personal Access Token (PAT)** : le middleware `pat.can:{ability}` exige l’ability indiquée. `*` sur le jeton = toutes les abilities.\n\n## MCP\n\nEndpoint JSON-RPC 2.0 `POST /mcp` à la racine du site (hors `/api`). PAT uniquement (pas de session cookie).\n",
            "type": "text/plain"
        }
    }
}
