{ "fileName": "_____.gif" }
curl --location --request POST 'https://api.wps.com/bff/file/presignedUrl' \ --header 'Origin: https://headshot.wps.ai' \ --header 'Cookie: wps_sid={{wps_sid}};wps_sid={{wps_sid}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "fileName": "_____.gif" }'
{ "code": 0, "message": "ok", "data": { "presignedUrl": "https://loremflickr.com/424/3275?lock=2401099806892578", "url": "https://loremflickr.com/238/3799?lock=6112510714759056" } }