curl --location --request PUT 'https://demo.corbee.com.br/api/v2/proposal/alter//status_proposal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_status": "L",
"status_date": "2024-08-07"
}'
{}