{
"videoId": "string",
"courseId": "string",
"relatedPoints": [
"string"
]
}
curl --location --request POST '43.139.194.209:8088/resources/upload-video' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoId": "string",
"courseId": "string",
"relatedPoints": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": {
"resourceId": "string",
"resourceName": "string",
"type": 0,
"resourceLink": "string"
}
}