curl --request PUT \
--url https://api-next.ofauth.com/v2/access/promotions/trial-links/:trialLinkId \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '
{
"trialLinkName": "<string>",
"subscribeDays": 183,
"subscribeCounts": 2,
"expiredAt": "<string>"
}
'