curl --request GET \
--url http://localhost:3091/v1/api/categories/nom/{nom} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"code": "<string>",
"name": "<string>"
}curl --request GET \
--url http://localhost:3091/v1/api/categories/nom/{nom} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"code": "<string>",
"name": "<string>"
}