Problem: Title
Example: superdawg
https://api.ashcon.app/mojang/v2/user/superdawg -> 404
{
"code": 404,
"error": "Not Found",
"reason": "No user with the name 'superdawg' was found"
}
https://api.ashcon.app/mojang/v2/user/superdawg -> 200
{
"id": "8881480f8143408c9ac00a4b773abcd7",
"name": "SUPERDAWG"
}
Problem: Title
Example: superdawg
https://api.ashcon.app/mojang/v2/user/superdawg -> 404
{ "code": 404, "error": "Not Found", "reason": "No user with the name 'superdawg' was found" }https://api.ashcon.app/mojang/v2/user/superdawg -> 200
{ "id": "8881480f8143408c9ac00a4b773abcd7", "name": "SUPERDAWG" }