Retrieve the authenticated user’s profile.
{ "success": true, "data": { "id": 1, "name": "Jane Smith", "email": "jane@example.com", "status": 1, "email_verified_at": "2026-01-01T10:00:00Z", "created_at": "2026-01-01T09:00:00Z" } }
1
2
3
4