{
"client": {
"timeout": 10,
"maxRedirects": 0,
"cookiePolicy": {
"setClientCookies": true,
"getServerCookies": true
}
},
"transport": {
"clientHelloId": 133,
"forceHttp2": false,
"forcedAlpns": ["http/1.1"],
"maxIdleConnsPerHost": 1,
"h2Frames": {
"SETTINGS": [{ "ID": 4, "Val": 16777216 }],
"WINDOW_UPDATE": { "Increment": 16711681 }
},
"h2Fingerprint": "",
"proxy": {
"scheme": "http",
"host": "127.0.0.1:9000",
"username": "",
"password": ""
},
"tlsClientConfig": {
"omitEmptyPsk": true,
"insecureSkipVerify": false,
"clientAuth": 3,
"certificates": [
{
"certificate": "LS0tLS1CRUd...BDRVJUSUZJQ0FURS0tLS0tDQo",
"privateKey": "LS0tLS1CRUdJT...BSSVZBVEUgS0VZLS0tLS0NCg",
"decodingType": "base64rawurl"
}
]
}
},
"httpRequest": {
"headers": {
"User-Agent": [
"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7.2 Mobile/15E148 Safari/604.1"
],
"Content-Type": ["application/json"],
"te": ["trailers"],
"X-Header-Order": [
"User-Agent",
"Host",
"Content-Type",
"Content-Length"
],
"X-Pseudo-Header-Order": [
":method",
":authority",
":scheme",
":path"
]
},
"url": "https://api.example.com/api/v2/loginWithPassword",
"method": "POST",
"body": "{\"username\":\"admin@gmail.com\",\"password\":\"Pass@321\"}",
"decodingType": "default"
},
"httpResponse": {
"forceJson": false,
"encodingType": "default"
}
}