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