curl --location --request PUT '/api/v1/categories/64184915aab5d52746495dfb' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "bread or"
}'{
"success": true,
"message": "Category update successful",
"data": {
"_id": "64184915aab5d52746495dfb",
"title": "bread or",
"icon_name": "mtn",
"__v": 0
}
}