curl --request POST \
--url https://api.example.com/v1/users/policies/many \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
[
{
"name": "toManage",
"roles": [
"Admin"
],
"functions": [
"fullDbPermission"
]
}
]
'