Authorization: Bearer ********************curl --location '/admin/course-system/programs/019ef461-17e3-7eaa-80ab-97169442e532/versions/019ef461-17e3-7eaa-80ab-97169442e532/stages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sectionId": "019ef461-a01c-7733-1934-20af25db7ecb",
"lessonId": "019ef461-b12d-7844-2a45-31b036ec8fdc",
"title": "Практика"
}'{
"notification": {
"type": "success",
"message": "Этап создан."
},
"data": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532"
},
"meta": {
"requestId": "019ef462-8efa-7511-f712-0e8d03b95ca9",
"traceId": "019ef462-9f0b-7622-0823-1f9e14ca6dba"
}
}