Add General Expenses
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"category": "general",
"date": "string",
"amount": 0,
"description": "string"
}
Request samples
curl --location --request POST '/general-expenses' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "general",
"date": "string",
"amount": 0,
"description": "string"
}'
Responses
application/json Modified at 2024-10-10 10:29:50