{
"UserId": 0,
"SellTeamCode": "string"
}curl --location --request POST '/api/CaiHua_Business_App_SFABO/GetSellTeamList' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserId": 0,
"SellTeamCode": "string"
}'{
"Result": {
"SumResult": {
"property1": {},
"property2": {}
},
"Result": [
{
"SellTeamID": 0,
"PlatFormCode": "string",
"SellTeamName": "string",
"ParentSellTeamID": 0,
"SellTeamCode": "string",
"SellTeamLevel": 0,
"PriceGroupID": 0,
"PriceGroupCode": "string",
"PriceGroupName": "string",
"Children": [
{}
]
}
],
"TotalCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}