X-API-Key: ********************
curl --location --request PUT '/sequences//variant/status' \ --header 'x-workspace;' \ --header 'X-API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "variantId": "64a1b2c3d4e5f6a7b8c9d0e1", "isActive": true }'