Get profile

GET {{url}}/user

This request lets users view their profiles.

RESPONSES

status: OK

{"status":true,"data":{"id":1,"username":"harry123","email":"harry.smith@example.com","password":"d4cfaf03600bf1a55ba4372ceb17ff9234576eb062c1f8b78bd3c53c703f194c","age":33,"role":"admin","firstName":"Harry","lastName":"Smith","createdAt":"2023-05-12T10:34:32.864Z","updatedAt":"2023-05-12T10:34:32.864Z"}}