Zoho Desk Ticket Tags - Allowed Values

Zoho Desk Ticket Tags - Allowed Values

Hello,
I tried pushing tags to a ticket through the API endpoint "Associate Tag".
When I push the value "test" , it works, but when I push the value "Interesting" I get the following error message:
  1. {
  2. "response": {
  3. "statusCode": 422,
  4. "body": {
  5. "errorCode": "INVALID_DATA",
  6. "message": "The data is invalid due to validation restrictions",
  7. "errors": [
  8. {
  9. "fieldName": "/tags",
  10. "errorType": "invalid",
  11. "errorMessage": ""
  12. }
  13. ]
  14. }
  15. },
  16. "expects": {
  17. "statusCode": [
  18. 200,
  19. 201,
  20. 202,
  21. 203,
  22. 204,
  23. 205,
  24. 206,
  25. 207,
  26. 208,
  27. 209,
  28. 210,
  29. 211,
  30. 212,
  31. 213,
  32. 214,
  33. 215,
  34. 216,
  35. 217,
  36. 218,
  37. 219,
  38. 220,
  39. 221,
  40. 222,
  41. 223,
  42. 224,
  43. 225,
  44. 226,
  45. 227,
  46. 228,
  47. 229,
  48. 230,
  49. 231,
  50. 232,
  51. 233,
  52. 234,
  53. 235,
  54. 236,
  55. 237,
  56. 238,
  57. 239,
  58. 240,
  59. 241,
  60. 242,
  61. 243,
  62. 244,
  63. 245,
  64. 246,
  65. 247,
  66. 248,
  67. 249,
  68. 250,
  69. 251,
  70. 252,
  71. 253,
  72. 254,
  73. 255,
  74. 256,
  75. 257,
  76. 258,
  77. 259,
  78. 260,
  79. 261,
  80. 262,
  81. 263,
  82. 264,
  83. 265,
  84. 266,
  85. 267,
  86. 268,
  87. 269,
  88. 270,
  89. 271,
  90. 272,
  91. 273,
  92. 274,
  93. 275,
  94. 276,
  95. 277,
  96. 278,
  97. 279,
  98. 280,
  99. 281,
  100. 282,
  101. 283,
  102. 284,
  103. 285,
  104. 286,
  105. 287,
  106. 288,
  107. 289,
  108. 290,
  109. 291,
  110. 292,
  111. 293,
  112. 294,
  113. 295,
  114. 296,
  115. 297,
  116. 298,
  117. 299
  118. ]
  119. },
  120. "message": "The request was valid but could not be processed by the server. Please check the request data provided."
  121. }
Could you please help me figure out which values are possible and which are not?

Thanks a lot for your help!