{
"pageAccesses" : [
{
"type" : "account",
"organizationId" : 1,
"accountId" : 2
}
]
}
curl --location --request PUT 'http://localhost:8080/api/v1/page/14/editaccess' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageAccesses" : [
{
"type" : "account",
"organizationId" : 1,
"accountId" : 2
}
]
}'
{}