Authorization: ********************
{
"money": "string",
"label": "string",
"type": "string"
}
curl --location --request POST '/expense/current' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"money": "string",
"label": "string",
"type": "string"
}'
{}