curl --location --request PUT 'https://demo.corbee.com.br/api/v2/proposal/pendencies//sendsolution' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Mensagem": "string",
"tipo": "string",
"arquivo": "string"
}'
{}