GET /api/admin/files/


key type default required description
q 파일명에서 검색
{
    "pagination": {
        "item_total": 1,
        "page_total": 1,
        "current_page": 1,
        "next_link": null,
        "prev_link": null,
        "first_link": null
    },
    "data": [
        {
            "id": 1,
            "file": "<http://localhost:8000/upload/files/rocat_o4Ae5rZ.png>",
            "filename": "rocat.png",
            "content_type": "image/png",
            "size": 54335
        }
    ]
}