{
"productId": "12345",
"permissions": [
{
"permissionId": "can_create_user",
"name": "Create User",
"description": "Permission ID must be provided and should be unique for the product"
},
{
"permissionId": "can_update_user",
"name": "Update User",
"description": "Permission ID must be provided and should be unique for the product"
}
]
}