{ "request": { "method": "POST", "url": "https://api.soracom.io/v1/auth", "headers": { "Content-Type": "application/json" }, "body": { "authKeyId": "keyId-XXXXXXXXXXXX", "authKey": "secret-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "tokenTimeoutSeconds": 86400 } }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "body": { "apiKey": "api-XXXXXXXXXXXXXXXXX", "operatorId": "OP0000000000", "token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJPUDAwMDAwMDAwMDAifQ.SIGNATURE", "userName": null } } }