cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/token \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>" } '
{}
Mints a new JWT token for user authentication
Documentation IndexFetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Token creation request
OK