api body proxied false not support python3.
Because False use in python3 ,but CF api get response "{“result”:null,“success”:false,“errors”:[{“code”:9207,“message”:“Request body is invalid.”}],“messages”:}
"
pls tell me how to resolve this problem when i use python3 .