Hi @LUAN ,
For Modern Team Site, Rest API is not supported to change site logo( Rest only supported classic site currently).
A workaround is to use PnP PowerShell below to set logo image for Modern Team Site:
Connect-PnPOnline –Url https://tenant.sharepoint.com/sites/JerryModernTeam –Credentials (Get-Credential)
Set-PnPSite -LogoFilePath "E:\sp.png"
Reference:
sharepoint-online-how-to-change-logo-using-powershell.html
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.