curl --location --request POST 'localhost:8077/temp/api/permission/checkBranch?taskType=1' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}'
{
"code": 0,
"errorCode": 0,
"message": "string",
"result": {
"activityTaskType": 0,
"isShow": 0
},
"success": true
}