curl --request POST \
--url https://api.example.com/api/auth/setup-admin \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>"
}
'{
"success": true,
"message": "<string>",
"user": {}
}curl --request POST \
--url https://api.example.com/api/auth/setup-admin \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>"
}
'{
"success": true,
"message": "<string>",
"user": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.xagent.run/llms.txt
Use this file to discover all available pages before exploring further.