curl --location --request PUT '/dashboard/portlet-usuario/portlet-order' \
--header 'Content-Type: application/json' \
--data '[
{
"id": 0,
"nome": "string",
"contexto": {
"id": 0,
"nome": "string",
"isMaster": true
},
"query": "string",
"joins": "string",
"filtro": "string",
"titulo": "string",
"usuario": {
"id": 0,
"nome": "string",
"login": "string",
"email": "string",
"idioma": "PT_BR",
"ultimoExecutorDaFase": true
},
"portlet": {
"id": 0,
"titulo": "string",
"descricao": "string",
"contexto": {
"id": 0,
"nome": "string",
"isMaster": true
},
"contextoMaster": {
"id": 0,
"nome": "string",
"isMaster": true
},
"url": "string",
"filtroPadrao": "string",
"tipoGrafico": "PIZZA",
"portletKey": "CONTRATOS_STATUS"
},
"portletOrder": 0
}
]'