the following example json body is malformed, fus will not accept objects in this structure.
{
"policy": {
"document": {
"Statements": [
{
"Sid": "string",
"Effect": "Allow",
"Actions": [
"string"
],
"Resource": [
"string"
]
}
]
},
"type": "ResourcePolicy"
}
}