curl --request GET \
--url http://localhost:3000/api/users/me{
"id": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"isEmailVerified": true,
"lastLoginAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"country": "<string>",
"type": "government",
"industry": "<string>",
"plan": "trial",
"size": "1-10",
"primaryUse": "sales",
"timezone": "<string>",
"currency": "<string>",
"status": "active",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"ice": "<string>"
},
"phone": "<string>"
}curl --request GET \
--url http://localhost:3000/api/users/me{
"id": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"isEmailVerified": true,
"lastLoginAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"country": "<string>",
"type": "government",
"industry": "<string>",
"plan": "trial",
"size": "1-10",
"primaryUse": "sales",
"timezone": "<string>",
"currency": "<string>",
"status": "active",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"ice": "<string>"
},
"phone": "<string>"
}Current user profile with organization