curl --request GET \
--url https://app.azalt.co/api/v1/users/me \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"locale": "<string>"
}Oturum açmış kullanıcının ad, e-posta, telefon ve dil tercihlerini döndürür.
curl --request GET \
--url https://app.azalt.co/api/v1/users/me \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"locale": "<string>"
}