curl --request PATCH \
--url https://api.myscalev.com/v3/products/{product_id}/partnership \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Requires the product:update machine scope.
curl --request PATCH \
--url https://api.myscalev.com/v3/products/{product_id}/partnership \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type object.
Success
Raw single-resource success payload for v3.