{
"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>'
{
"sucesso": true,
"mensagens": "string",
"dados": [
{}
]
}