curl --location --request POST 'https://openapi.italent.cn/idp/TutorShip/Add' \
--header 'Content-Type: application/json' \
--data-raw '{
"Tutor":101141967, //带教人UserId为 101141967
"BeTaught":101049971, //被带教人UserId为 101049971
"PeriodStartDate":"2021-01-01", //开始时间晚于或等于2021年1月1日
"PeriodEndDate":"2021-01-10", //结束时间早于或等于2021年1月10日的数据
"PeriodYear":2021 //年度等于2021年
}'{
"code": 0,
"message": "string",
"_id": "string",
"data": true
}