elect
05/22/2024, 8:03 PM{
"command": "API.IsAlive"
}
tried
body=MultiPartFormDataContent(formData {
append("command","API.IsAlive")
but I get invalid json schemaAleksei Tirman [JB]
05/30/2024, 9:12 AMmultipart/form-data
or a application/json
request?elect
05/30/2024, 9:25 AM{
"command": "API.IsAlive"
}
I'm not sure if this is called parametrized, though