POST
/api/v1/auth/loginUser Login & JWT Token Generation
Authenticate with test user credentials to receive a signed Bearer JWT token valid for 24 hours. Required for protected mutations.
Request Headers
Request Body (JSON)
{
"username": "aquil",
"password": "test1234"
}Expected Responses
Want to test this endpoint right now?
🎮 Test in Studio Console →Open our interactive console with live execution, automatic auth headers, and framework code generator.
