Hi @JAGANRAJ J
As far as I know, the site resource does not currently expose an owner property. However, you can get the default library owner in a site. The default library owner will be the site owner. Below is the endpoint to get a site drive, there is an owner property in the response:
GET https://graph.microsoft.com/v1.0/sites/{site_id}/drive
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.