curl --request GET \
--url https://sell.ia.proativia.com/api/v1/category/{id} \
--header 'Token: <api-key>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Retorna os dados de uma categoria específica pelo ID.
curl --request GET \
--url https://sell.ia.proativia.com/api/v1/category/{id} \
--header 'Token: <api-key>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}