{
    "team_ids": [
        0
    ]
}curl --location --request POST 'http://prod-cn.your-api-server.com/team/infos' \
--header 'Content-Type: application/json' \
--data-raw '{
    "team_ids": [
        0
    ]
}'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "items": [
            {
                "team_id": 0,
                "team_name": "string",
                "person_ids": [
                    0
                ]
            }
        ]
    }
}