curl --location --request GET 'https://api.challonge.com/v2/me.json' \
--header 'Accept;' \
--header 'Authorization-Type;' \
--header 'Authorization: <api-key>'{
"id": "321",
"type": "user",
"attributes": {
"email": "hello@challonge.com",
"username": "APIUser",
"imageUrl": "https://s3.amazonaws.com/challonge_app/users/images/003/004/005/original/Decoy_Duck_w__background.png"
}
}