Hello
I want to open users in bulk using Mailcow API. But I couldn’t. I get the following error.
`curl –include \
–request POST \
–header “Content-Type: application/json” \
–header “X-API-Key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX” \
–data-binary "{
\“local_part\”: \“user1\”,
\“domain\”: \“xxxxxxxxx.net\”,
\“name\”: \“Full name\”,
\“quota\”: \“3072\”,
\“password\”: \“atedismonsin\”,
\“password2\”: \“atedismonsin\”,
\“active\”: \“1\”
\“force_pw_update\”: \“1\”
\“tls_enforce_in\”: \“1\”
\“tls_enforce_out\”: \“1\”
}"`
error:
{“type”:“error”,“msg”:“Request body doesn’t contain valid json!”}
How can I solve the problem?