Authorization: Bearer ********************
{
"image_type": "ktti_profile"
}
curl --location --request POST '/api/v2/images/pre-signed-url-for-upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_type": "ktti_profile"
}'
{
"presigned_url": "string"
}