Authorization: Bearer ********************curl --location '/admin/course-system/courses?q=%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5&status=new&dateFrom=2026-09-01T09%3A00%3A00.000000+0300&dateTo=2026-09-01T09%3A00%3A00.000000+0300&page=1&size=20&sort=status&direction=asc' \
--header 'Authorization: Bearer <token>'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"items": [],
"pagination": {
"count": 1,
"total": 25,
"perPage": 20,
"page": 1,
"pages": 2
}
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}