{
"appcode": "7074","modulecode":"ISRM100001"
}
curl --location --request POST '/entAccount/userModuleMethod' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"appcode": "7074","modulecode":"ISRM100001"
}'
{
"returncode": "string",
"data": [
{
"appcode": "string",
"modulecode": "string",
"methodcode": "string",
"labelcode": "string",
"status": "string"
}
],
"message": "string",
"traceId": "string",
"now": "string"
}