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