curl --location --request POST 'https://api.wps.com/bff/file/upload' \ --header 'Origin: https://headshot.wps.ai' \ --header 'Cookie: wps_sid={{wps_sid}};wps_sid={{wps_sid}}' \ --form 'file=@""'
{ "code": 0, "message": "ok", "data": "https://avatars.githubusercontent.com/u/51416197" }