Session Creation Curl

curl -u sk_live_xxxxxxxxxxxxxxxxxxxx: https://komoju.com/api/v1/sessions
     -H "content-type: application/json"
     -d '{
           "amount": 1000,
           "currency": "JPY",
           "return_url": "https://your-site.com/return"
           "email": "[email protected]",
           "payment_types": ["credit_card"],
           "payment_data": {
             "external_order_num": "abc123"
           },
           "billing_address": {
             "zipcode": "180-0004",
             "street_address1": "1-14-9 Kichijoji",
             "street_address2": "Plafus Kichijoji",
             "country": "JPY",
             "state": "Tokyo",
             "city": "Musashino"
           },
           "default_locale": "en"
         }'