Authorization: Bearer ********************
curl --location --request GET '/category?type=0' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 1, "name": "tas" } ] }