Trying to do a simple create order API call using curl in sandbox. I have created a merchant and api token. With this curl C:\curl>curl -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXX" -H "Content-Type: application/json" -d "{"state":"open"}" https://apisandbox.dev.cl over.com/v3/merchants/XXXXXXXXXXXXXXXX/orders -k -v I am getting response of 401 unauthorized. Also here https://sandbox.dev.clover.com/api_docs/#!/orders/CreateOrder I get a response code of 0 and no content in body. On the token maintenance I have enabled all permissions. What am I missing?