Authorization: Bearer ********************{
"name" : "Kategori 1"
}curl --location 'https://store.nuvantim.ydns.eu/category/store' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name" : "Kategori 1"
}'{}