POST /permission/ creates permission objects. If an object with matching permission exists there is no change in the permissions, otherwise it is created. Note that this method is not allowed for non-virtual servers. Note that no fields can be updated via this endpoint.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v2/bi/server/server_id/permission/ \
--header 'accept: application/json' \
--header 'content-type: application/json'