Authorization: Bearer ********************{
"date": "string",
"amount": 0,
"description": "string"
}curl --location --request POST '/general-goods-sale' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": "string",
"amount": 0,
"description": "string"
}'{}