curl --request GET \
--url https://api.fragapi.com/v1/users/me \
--header 'Authorization: Bearer <token>'{
"firstName": "<string>",
"lastName": "<string>",
"username": "<string>",
"balance": 123
}curl --request GET \
--url https://api.fragapi.com/v1/users/me \
--header 'Authorization: Bearer <token>'{
"firstName": "<string>",
"lastName": "<string>",
"username": "<string>",
"balance": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt
Use this file to discover all available pages before exploring further.