Authorization: Bearer <token>curl --location --request GET 'http://localhost:3000/api/auth/profile' \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"message": "string",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "user@example.com",
"name": "string",
"avatarUrl": "http://example.com",
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"isVerified": false,
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"languageCode": "656ecce5-9abb-42da-8ab4-58104b4a1e1b",
"preference": "string"
}
}