Authorization: Bearer ********************curl --location '/external/courses/1803366b-1632-41f1-9a84-de1695c95b4a/members/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"studentId": "019f03e3-7643-7bba-9d2a-363788cab380"
}'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}