{
"ids": [
0
],
"type": "string",
"value": 0,
"data": {
"property1": {},
"property2": {}
}
}
curl --location --request POST '/adminapi/authority/adminRole/batch' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"type": "string",
"value": 0,
"data": {
"property1": {},
"property2": {}
}
}'