curl --request GET \
--url https://api.usepylon.com/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>"
},
"request_id": "<string>"
}Get details of the current user
curl --request GET \
--url https://api.usepylon.com/me \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>"
},
"request_id": "<string>"
}