Authorization: Bearer ********************curl --location --globoff --request PUT '/general-expenses/{{id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"date": "string",
"amount": 0,
"description": "string"
}'{}