curl --request PATCH \
--url https://api.wirespeed.co/team/client/{teamId}/subscription \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sku": "identity",
"skuStartDate": "<string>",
"skuEndDate": "<string>",
"isTrial": true
}
'{
"message": "<string>",
"statusCode": 123
}curl --request PATCH \
--url https://api.wirespeed.co/team/client/{teamId}/subscription \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sku": "identity",
"skuStartDate": "<string>",
"skuEndDate": "<string>",
"isTrial": true
}
'{
"message": "<string>",
"statusCode": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The client team ID to update subscription for