API ReferenceSession
Get the authenticated session's user
Authorization
http AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://zilfu.app/api/session"{
"data": {
"id": "string",
"name": "string",
"email": "string"
}
}{
"message": "string"
}