curl -X POST https://rolearn.dev/api/auth/login \ -H "Content-Type: application/json" \ -d '{"email": "dev@example.com", "password": "securepass123"}'
{ "access_token": "eyJhbGciOiJIUzI1NiIs...", "token_type": "bearer" }
Authenticate and receive a JWT token
Documentation IndexFetch the complete documentation index at: https://docs.rolearn.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rolearn.dev/llms.txt
Use this file to discover all available pages before exploring further.