Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/v2/external/courses/list' \
--header 'Authorization: Bearer <token>'{
"notification": null,
"data": [
{
"id": "019ef461-17e3-7eaa-80ab-97169442e532",
"title": "Название курса"
}
],
"meta": {
"requestId": "019ef461-16ba-7e6b-8b23-4a26ed6e78cf",
"traceId": "019ef461-16ba-7e6b-8b23-4a26ed6e78cf"
}
}