ReferenceUser
Get User Info
Retrieve information about the authenticated user.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/me"{ "success": true, "data": { "id": "string", "name": "string", "email": "string", "image": "string", "createdAt": "string" }}