Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/api/v1/assets/images/upload-url?extension=png&contentType=image/png' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{}