Authorization: Bearer ********************
curl --location --request PUT 'https://demo.corbee.com.br/api/v2/proposal//alter_status_banco' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "new_status": "3" }'
{}