curl --location --request GET 'https://api.s.id/v1/me' \ --header 'X-Auth-Id;' \ --header 'X-Auth-Key;'
{ "code": 200, "data": { "id": 228, "email": "user@s.id", "full_name": "Saidi", "created_at": "2024-03-11T11:35:21.819Z", "updated_at": "2024-06-13T04:00:29.915Z" } }