curl --location --request POST 'https://api-sandbox.usepeladen.com/api/v1/storage/api/storage/setup' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "s3",
"bucket": "peladen-storage",
"access_key": "AKIA...",
"secret_key": "string",
"endpoint": "https://s3.amazonaws.com",
"region": "us-east-1"
}'{
"success": true,
"config_id": "config_123",
"smoke_test": {
"upload_url_generated": true
}
}