curl --location --request GET 'https://v1.popaap.cc/api/auth/me' \
--header 'Authorization: Bearer {token}'{
"developer": {
"id": 1,
"username": "john_doe",
"email": "john@example.com",
"type": "Basic",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
}