curl --location --request PUT '/api/v1/categories/' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "string", "name": "string" }'
{ "id": 0, "type": "string", "name": "string" }