curl --location --request GET 'https://api.ricardoneud.com/oauth2/profile' \
--header 'AccessToken;'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "exampleuser",
"name": "Example Name",
"email": "exampleuser@gmail.com",
"has_premium": "FALSE",
"created_at": "2025-01-01T12:00:00.000Z",
"updated_at": "2025-08-24T10:00:00.000Z",
"deletion_requested_at": null
}