Image uploading
Generate image upload presigned url.
post/image-upload-url
Request body
Example request
{
"contentType": "image/jpeg"
}Response
OK.
Example response
{
"headers": {
"Content-Type": [
"image/jpeg"
]
},
"method": "PUT",
"expires": 1632137293751
}