Modules\System\Http\Controllers\Admin\Integration\StorageController::setupAuthorization: Bearer ********************{
"engine": "local",
"bucket": "string",
"access_key": "string",
"secret_key": "string",
"domain": "string",
"region": "string"
}curl --location '/adminapi/system/integration/storage/setup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"engine": "local",
"bucket": "string",
"access_key": "string",
"secret_key": "string",
"domain": "string",
"region": "string"
}'{
"code": 200,
"message": "",
"data": null
}