scope : user_video_publish
Url Query Param 参数直接放在url中
发起上传完毕之后,根据返回的upload_token及endpoint信息进行文件上传
curl --location --request POST 'https://open.kuaishou.com/openapi/photo/start_upload?app_id=&access_token='
{
"result": 1,
"upload_token": "3xwn3kkerxj6g9n",
"endpoint": "uploader.test.gifshow.com"
}