{
"user_ids": [
0
],
"role_type": 0,
"ids": [
0
]
}curl --location --request POST 'ent/crud/module//share' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_ids": [
0
],
"role_type": 0,
"ids": [
0
]
}'{}