can i use web 0.24.0 with api 2.2.0. currently getting error 422 status code in api response. please help @Pawan Jain @Dima Grossman anyone available
{
"statusCode": 422,
"timestamp": "2025-06-12T11:22:33.149Z",
"path": "/cns-api/v1/notification-templates?page=0&limit=10",
"message": "Validation failed",
"ctx": {},
"errors": {
"environmentId": {
"messages": [
"environmentId should not be empty"
],
"value": ""
}
}
}