token: ********************curl --location '/admin/cabinets//pics?page=undefined&page_size=undefined&order=undefined&sort=undefined' \
--header 'token: <api-key>'{
"success": true,
"pics": [
{
"id": 0,
"cabinet_id": 0,
"pic_front": "string",
"pic_reverse": "string",
"created_at": "string",
"updated_at": "string"
}
],
"total": 0
}