?q=restaurant or similar keyword. Results include nested classification stubs for convenience.curl --location '/v1/appetite//naics?q=undefined&is_active=undefined&limit=undefined&offset=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"code": "722511",
"title": "Full-Service Restaurants",
"classifications": [
{
"id": 1234,
"provider": "coterie",
"value": "restaurant_fullservice",
"carrierCode": "0079",
"isActive": true
}
]
}
]
}