{
"method": "GET",
"uri": "string",
"session": "string",
"token": "string"
}curl --location --request POST 'https://c2.xinheyun.com/api/open/authority/certify' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "GET",
"uri": "string",
"session": "string",
"token": "string"
}'{
"code": 0,
"message": "string",
"data": {
"entity": {
"staffId": 0,
"tenantId": "string",
"agent": "WEB"
}
}
}