Authorization: Bearer ********************
{
"name" : "Kategori 1"
}
curl --location --request POST 'https://respond-genres-mazda-student.trycloudflare.com/category/store' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Kategori 1"
}'
{}