How to pass a list of values in the http Request?

Just send it as an array:

{
"query": ...
"variables": " { 
  ...., "$statuses:": ["Applicant", "Accepted', "whatever else"]
}

J