I am trying to assign the required permissions for data-masking to a custom role but always its returning 403
permissions I have used for masking as below -
/maskconfig ["GET", "PUT"]
/maskconfigs/* ["GET", "PUT", "DELETE"]
/applications/*/maskconfigs ["GET", "PUT"]
/applications/*/maskconfigs/* ["GET", "PUT", "DELETE"]
Does anyone faced the similar issue ? Any workaround please