{
"dataId": 0,
"rid": 0,
"res": "string",
"opcodes": [
{
"code": "string",
"allow": "string"
}
]
}
curl --location --request POST '/v4/gateway/acc.role.save.operations' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": 0,
"rid": 0,
"res": "string",
"opcodes": [
{
"code": "string",
"allow": "string"
}
]
}'
{
"data": true,
"success": true,
"message": "string",
"code": 0
}