API Endpoint
https://jxoriginals.jackpotx.net/api/v1
Demo Credentials
operator_key: demo_operator_key
operator_secret: secret
Example Request
POST /api/v1/auth/login
Content-Type: application/json
{
"operator_key": "demo_operator_key",
"operator_secret": "secret"
}