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