Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/me/badges' \
--header 'Authorization: Bearer <token>'{
"badges": [
{
"id": "badge-001",
"name": "First Steps",
"description": "Complete your first exercise",
"earnedAt": "2024-01-15T10:30:00Z"
}
]
}