curl --location --request GET 'https://apigw.klinkcx.com/api/v1/media-manager/folders/019b666f-5b1e-738e-b88f-6e08c466a4f7' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "019b6670-b4e9-71d5-ab51-b047253619b8",
"name": "testing",
"slug": "testing-4",
"path": "testing-4",
"sortOrder": 0,
"parentId": null,
"isPrivate": false,
"createdAt": "2025-12-28T19:30:21.000000Z",
"updatedAt": "2025-12-28T19:30:21.000000Z",
"childrenCount": 0,
"filesCount": 0
}
}