Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/users/' \
--header 'Authorization: Bearer <token>'{
"message": "Fetched successfully",
"status": "success",
"data": {
"id": 30,
"reference": "15294b5e-a64c-4dc3-9e85-d6994a8d8e0a",
"systemRoleId": 4,
"countryId": 5,
"email": "employee@worknation.com",
"phoneNumber": "38767785436552",
"avatarUrl": null,
"avatarKey": null,
"status": "active",
"twoFactorAuthEnabled": false,
"createdAt": "2025-05-16T10:55:43.132+00:00",
"updatedAt": "2025-07-30T16:26:44.083+00:00",
"referredById": null,
"referralCode": null
}
}