curl --request GET \
--url https://api.example.com/api/v1/users/me \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"role": "<string>",
"avatar_url": "<string>"
}curl --request GET \
--url https://api.example.com/api/v1/users/me \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"role": "<string>",
"avatar_url": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.