Authorization: ********************curl --location --request PUT 'http://localhost:6567/api/v1/api/v1/admin/badges/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"name": "string",
"description": "string",
"iconS3Key": "string",
"criteriaType": "first_course",
"language": "javascript",
"xp": 1
}'