curl --location --request POST 'http://localhost:8080/api/v1/transaction-category' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1,
"categoryName": "cleaning",
"categoryColor": "red"
}'{
"success": true,
"message": null,
"data": null
}