curl --location '/auth/me'{
"data": {
"avatar_url": "string",
"bio": "string",
"created_at": "string",
"email": "string",
"email_verified": true,
"id": "string",
"is_active": true,
"permissions": [
"string"
],
"role": "user",
"username": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}