create wallet t failed by api on mainnet, desc as follow:
ubuntu@ip-172-31-19-183:~/ada/cardano-sl$ curl -k -X POST https://localhost:8090/api/v1/wallets \
-H "Content-Type: application/json; charset=utf-8" \ -H "Accept: application/json; charset=utf-8" \ --cacert ./scripts/tls-files/ca.crt \ -d '{ \
“operation”: “create”,
“backupPhrase”: [“squirrel”, “material”, “silly”, “twice”, “direct”,
“slush”, “pistol”, “razor”, “become”, “junk”, “kingdom”, “flee”],
“assuranceLevel”: “normal”,
“name”: “FirstWallet”
}’
{
“status”: “error”,
“diagnostic”: {
“validationError”: “Error in $: Failed reading: satisfy”
},
“message”: “JSONValidationFailed”