{
"usertype": 12,
"usercode": "3",
"pwd": "exercitation eu ipsum"
}
curl --location --request POST '/sncuser/listAppRole' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"usertype": 12,
"usercode": "3",
"pwd": "exercitation eu ipsum"
}'
{
"returncode": "string",
"data": [
{
"appcode": "string",
"rolecode": "string",
"rolename": "string"
}
],
"message": "string",
"traceId": "string",
"now": "string"
}