curl --location --request POST 'https://tg-info.testdrive.network/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "john_doe"
}'{
"id": 100000001,
"firstName": "John",
"lastName": "Doe",
"username": "john_doe",
"phone": "+1234567890",
"photo": "https://cdn4.telesco.pe/file/xxxxxxxx.jpg",
"dcId": 2,
"dcInfo": {
"id": 2,
"location": "Amsterdam, Netherlands",
"provider": "CloudFlare",
"ip": "149.154.167.0/24"
},
"isBot": false,
"isPremium": true,
"isVerified": false
}