{
"Arquivos": [
{
"ContentType": "application/zip",
"FileName": "documento1.zip",
"Length": 1024
}
]
}
{
"dados": {
"id": "67ab522b78207849e4be5dfd"
},
"sucesso": true,
"mensagens": "Anexo inserido com sucesso"
}
curl --location --request POST '/v2/Arquivos' \
--header 'Authorization: <api-key>' \
--form 'Arquivos=""'
{
"sucesso": true,
"mensagens": "string",
"dados": [
{
"idArquivo": 0,
"nomeArquivo": "string",
"arquivoBase64": "string",
"mensagemErro": "string"
}
]
}