Authorization: Bearer ********************
{ "id": 0, "name": "string" }
curl --location --request POST '/category' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "name": "string" }'
{}