Authorization: Bearer ********************
curl --location -g --request GET 'https://api.hustmusik.live/v1/user/{{userID}}'
{
"data": {
"id": "aa587095-a604-4c32-9215-ac74a1db33d5",
"avatarurl": "<image link>",
"username": "Test",
"country": null,
"role": "User"
}
}