I've created a Teams bot using the 'Post messages to Teams' template from VS Code Teams Toolkit plug v4.1.3.
After provisioning and deploying it to Azure, sending a POST request to it results in a 400 Bad Request
with the following response:
"Error: validateAndFixActivity(): missing activity type."
It works fine if I run it locally.