The users/badge endpoint lets you change your current badge.
users/badge
PUT
id: ID of the badge you want to use
{
"id": "xxx"
}Insufficient permissions
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}id is missing
{
"data": [
"id is required"
],
"status": "requestError",
}{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}