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