{
"token": "eiusmod laboris consequat",
"param": {
"user": "xxx@tezign.com",
"authCodes": ["MATERIAL_UPLOAD"]
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/check-user-auth' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "eiusmod laboris consequat",
"param": {
"user": "xxx@tezign.com",
"authCodes": ["MATERIAL_UPLOAD"]
}
}'
{
"code": "0",
"message": "success",
"result": {
"hasAuths": [
"MATERIAL_UPLOAD"
]
}
}