post https://developer.interactgo.com/api/badge/assign
Assign existing badges to multiple users at once.
Use the following payload as the body:
{
"PersonBadges": [
{
"BadgeId": 1,
"PersonId": 264
},
{
"BadgeId": 906,
"PersonId": 280
}
]
}