Authorization: Bearer ********************{
"file": "avatar"
}curl --location 'http://localhost:3000/api/v1/auth/user//pre-signed-url' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"file": "avatar"
}'{}