Authorization: Bearer ********************
{
"team_code": "医生团队编码",
"org_code": "医疗机构代码",
"team_name": "医生团队名称",
"page": 1,
"per_page": 10,
"team_type": "团队类型",
"team_status": 1,
"team_phone": "团队手机号",
"team_desc": "医生团队描述",
"team_creator": "医生团队创建人",
"team_modified": "医生团队修改人"
}
curl --location --request POST '/openapi/resource/team/list' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_code": "医生团队编码",
"org_code": "医疗机构代码",
"team_name": "医生团队名称",
"page": 1,
"per_page": 10,
"team_type": "团队类型",
"team_status": 1,
"team_phone": "团队手机号",
"team_desc": "医生团队描述",
"team_creator": "医生团队创建人",
"team_modified": "医生团队修改人"
}'
{}