How to Pass static List in vConnect Service from vDesigner2

I want to send below request in a vConnect Service, Here entities list is static, How I can configure this type of Request in vDesigner2

{
  "record_identifier_1": "F54022446289",
  "entities": [
    "LEAD",
    "ENTITIES",
    "SH",
    "AOF"
  ]
}