Check if a team is assigned to a projectget https://api.rollbar.com/api/1/team/{team_id}/project/{project_id}Returns 200 if the team is assigned to a project, 404 if the team is not assigned to the project. Example responses JSON{ "err": 0, "result": { "team_id": 272686, "project_id": 165090 } } JSON{ "err": 1, "message": "Project is not in this Team." }