admin
Add a badge to a user
post/admin/users/{username}/badges
Path parameters
usernamestring required
username of the user to whom a badge is to be added
Request body
Example request
{
"badge_slugs": [
"badge1",
"badge2"
]
}Response
APIEmpty is an empty response