I'm trying to create a team by calling graph api though Flow HTTP action, but hit a bad request error. Anyone can help? Thanks!
Response body (error):
{
"error": {
"code": "BadRequest",
"message": "Invalid bind property name owners in request.",
"innerError": {
"date": "2020-08-26T15:08:15",
"request-id": "9b18b964-eb8e-42dc-9f15-11ee29ec19cc"
}
}
}