{
"amount": 9.99
}
curl --location --request PATCH '/fees/84e74e66-3d8b-4fbe-a752-18bda24a0a77' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJmZjg3ZjJiNS0wYmIxLTRjYjUtODc1OS1mNWY0MzAzZTZmM2IiLCJyb2xlIjoiY3VzdG9tZXIiLCJpYXQiOjE3NDg5NDUzMDIsImV4cCI6MTc1MTUzNzMwMn0.2Pm_mQKmguPAHwlLOXIx6TBJHcz9BS5x5ENOa9WtDCw' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 9.99
}'
{
"id": "string",
"type": "string",
"amount": 0,
"isActive": true,
"createdAt": "string",
"updatedAt": "string"
}