Skip to content

Instantly share code, notes, and snippets.

@baso53
Created November 14, 2021 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baso53/6ec67c09cc2dcbac3cb2bd3b0f9c5575 to your computer and use it in GitHub Desktop.
Save baso53/6ec67c09cc2dcbac3cb2bd3b0f9c5575 to your computer and use it in GitHub Desktop.
curl --location --request POST 'http://localhost:8080/admin/user-claims/WsD5H21KFKYyCOTIbkOwjXLQRsu1' \
--header 'Content-Type: application/json' \
--data-raw '{
"COMPANY": {
"1": [
"READ",
"WRITE"
],
"2": [
"READ"
]
},
"SUBSIDIARY": {
"125": [
"READ"
]
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment