Current userShow the current user information.GET/user/userSendAuthorization*stringThe Authorization access tokenAuthorizationAuthorizationRequiredBearer <token>Auth Token from Login APIIn: headercURLJavaScriptGoPythonDartcurl -X GET "https://apimock.lazycatlabs.com/v1/api/user" \ -H "Authorization: Bearer <token>"200401SuccessResponse{ "diagnostic": { "status": "200", "message": "Success" }, "data": { "id": "8364aa6f-6887-4502-a6b0-62f082196476", "name": "Mudassir", "email": "[email protected]", "photo": "https://user-images.githubusercontent.com/1531684/281937715-f53c55be-4b70-43b5-bb50-11706fb71ada.png", "verified": false, "createdAt": "2024-08-25T15:04:28.191067", "updatedAt": "2024-08-25T15:04:28.191067" } }TypeScriptPreviousRegister user POSTNextUpdate user PUT