curl --location --request GET 'http://localhost:8000/api/v1/product/category' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"exception": "string",
"file": "string",
"line": 0,
"trace": [
{
"file": "string",
"line": 0,
"function": "string",
"class": "string",
"type": "string"
}
]
}