Authorization: Bearer ********************curl --location '/admin/course-system/courses/019ef461-17e3-7eaa-80ab-97169442e532/members' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"memberId": "019ef461-7de9-7400-e601-fd7cf2a84b98",
"context": {}
}'{
"notification": {
"type": "success",
"message": "Участник добавлен в курс."
},
"data": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532"
},
"meta": {
"requestId": "019ef462-8efa-7511-f712-0e8d03b95ca9",
"traceId": "019ef462-9f0b-7622-0823-1f9e14ca6dba"
}
}