curl --location --request PUT '/inventory/category/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"createdBy": "string"
}'{
"message": "string",
"category": {
"name": "string",
"createdBy": "string"
}
}