crul --request POST \
--url https://api.portone.cloud/api/subscription/createSubscription \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....MiwiZXhwIjoxNjczMzM5MDMy' \
--header 'X-Portone-Client-Key: pptafmcddmszvgXl' \
--header 'content-type: application/json' \
--data '
{
"portone_key": "pptafmcddmszvgXl",
"signature_hash": "10b664f803035a2146b26949041c2ce8c8693512e4b85159d3c43b001a714af0",
"merchant_order_ref": "MERCHANT1617366877789",
"plan_order_ref": "2io9YeRpABYEusCaoFT4h8Tn312",
"currency": "USD",
"initial_amount": 1.00,
"subscription_type": "ONDEMAND",
"environment": "sandbox",
"source": "api",
"first_txn_auto_refund": false,
"success_url": "https://mydomain/success.html",
"failure_url": "https://mydomain/failure.html"
}
'