curl --location --request POST 'https://api.oraydev.cn/sl/v1/remotegrants' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel": true,
"department_id": 0,
"department_ids": [
0
],
"from": "string",
"remote_id": 0,
"remote_ids": [
0
],
"standard": true,
"tag_id": 0,
"tag_ids": [
0
],
"user_id": 0,
"user_ids": [
0
]
}'
{}