curl --request GET \
--url https://suite.sisqualis.com.br/api/timeclock/me/ \
--header 'Authorization: <api-key>'{
"id": 123,
"user_id": 123,
"username": "<string>",
"full_name": "<string>",
"department": "<string>",
"job_title": "<string>",
"role_name": "<string>",
"employee_photo_url": "<string>",
"status": "<string>"
}curl --request GET \
--url https://suite.sisqualis.com.br/api/timeclock/me/ \
--header 'Authorization: <api-key>'{
"id": 123,
"user_id": 123,
"username": "<string>",
"full_name": "<string>",
"department": "<string>",
"job_title": "<string>",
"role_name": "<string>",
"employee_photo_url": "<string>",
"status": "<string>"
}