404 ROUTE_NOT_FOUND. Use GET /v1/communities/{communityId}/users/{userId}/user-fields/{fieldIdOrName}/histories instead. The replacement puts the user before the field and is the only supported route.curl --location 'https://sgtr-api.returning.ai/v1/communities//user-fields//users//histories' \
--header 'Authorization;'{
"meta": {
"status": "fail",
"statusCode": 404,
"code": "ROUTE_NOT_FOUND"
},
"message": "This legacy field-first route is not supported.",
"data": {
"method": "GET",
"route": "/v1/communities/{communityId}/user-fields/{fieldId}/users/{userId}/histories",
"replacement": "/v1/communities/{communityId}/users/{userId}/user-fields/{fieldIdOrName}/histories"
}
}