curl --location --request PUT 'admin/category/<int:category_id>' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Tools updated"
}'{
"category": {
"description": null,
"id": null,
"name": "Tools updated",
"parent_category_id": null
},
"message": "Category updated successfully",
"success": true
}