{
"userId":"04db119e33684191875007a0b20e88f2",
"roleIds":[
"1","2"
]
}curl --location --request POST '/admin/sysUser/insertAuthRole' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":"04db119e33684191875007a0b20e88f2",
"roleIds":[
"1","2"
]
}'{}