curl --request PUT \
--url https://pria.praxislxp.com/user/collection/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"institution": "<string>",
"account_shared": true,
"parent": "<string>"
}
'