Can anyone please let me know the Microsoft Team API where i can POST a message from Servicenow to Microsoft Team
Please take a look at Proactive messaging for bots and Connectors documentation. Connectors can be used to send message only in a channel.
You can also use Create chatMessage in a channel Graph API which creates a new chatMessage in the specified channel.