Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/test-program/test-programs/:testProgramId/order-questions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"question_group_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4",
"question_ids": ["4b61f117-9f8c-4ea7-b467-a6e69e20e0e4"]
}'