Skip to content

Instantly share code, notes, and snippets.

@cloudjas
Created January 19, 2018 21:01
Show Gist options
  • Save cloudjas/62ba7518e7983248951696be77d6ba18 to your computer and use it in GitHub Desktop.
Save cloudjas/62ba7518e7983248951696be77d6ba18 to your computer and use it in GitHub Desktop.
Current Body:
{
"userId" : "abc545646545646546545"
}
Option I - Proposal:
[
{
"userId" : "abc545646545646546545"
},
{
"userId" : "abc545646545646546545"
},
{
"userId" : "abc545646545646546545"
}
]
Option II - More simple solution (I Guess)
{
users: 'abc545646545646546545, abc54564654564648966, kkj123132132132121'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment