Authorization: ********************{
"addIds": [
1
],
"id": 1,
"removeIds": [
2
]
}curl --location --request PUT '/api/v1/api/editRoleApi' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"addIds": [
1
],
"id": 1,
"removeIds": [
2
]
}'{
"code": 0,
"data": null,
"msg": "string"
}