Authorization: Bearer ********************curl --location '/admin/course-system/programs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"imageId": "019ef461-e450-7b77-5d78-64e3691fb20f",
"title": "Основы программирования",
"description": "Вводный курс"
}'{
"notification": {
"type": "success",
"message": "Программа курса создана."
},
"data": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532"
},
"meta": {
"requestId": "019ef462-8efa-7511-f712-0e8d03b95ca9",
"traceId": "019ef462-9f0b-7622-0823-1f9e14ca6dba"
}
}