curl --request POST \
--url https://api.example.com/v1/sdk/activate \
--header 'Content-Type: application/json' \
--data '
{
"customerRef": "<string>",
"productRef": "<string>",
"planRef": "<string>"
}
'{
"status": "activated",
"purchaseRef": "<string>",
"message": "<string>",
"creditBalance": 123,
"creditsPerUnit": 123,
"currency": "<string>",
"checkoutUrl": "<string>",
"checkoutSessionId": "<string>"
}curl --request POST \
--url https://api.example.com/v1/sdk/activate \
--header 'Content-Type: application/json' \
--data '
{
"customerRef": "<string>",
"productRef": "<string>",
"planRef": "<string>"
}
'{
"status": "activated",
"purchaseRef": "<string>",
"message": "<string>",
"creditBalance": 123,
"creditsPerUnit": 123,
"currency": "<string>",
"checkoutUrl": "<string>",
"checkoutSessionId": "<string>"
}