curl --location --request POST 'http://api-toutiao-web.itheima.net/mp/v1_0/user/images' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}' \
--form 'image=@"C:\\Users\\lenovo\\Pictures\\Saved Pictures\\Snipaste_2022-07-02_21-22-06.jpg"'{
"message": "OK",
"data": {
"id": 30761,
"url": "http://toutiao-img.itheima.net/FvtembY7NJBqk3dJtpKGMSb1twkj"
}
}