Add customer to my organization

@emilkl
This curl error

can be solve by just remove \ For instance,

curl -X POST -H "Authorization: Bearer 1234" -d name=MyApp -d type=installed -d organization=my-org https://api.particle.io/v1/clients

Further, you can see this tutorial here:
Continuing the discussion from Tutorial for a simple web app: