Authorization: Bearer ********************{
"derivativeFactTransformerIds": [
"string"
],
"enabled": true
}curl --location --globoff 'https://web-api.blockindex.com/entity/{{entityId}}/valuation/derivative/fact/transformer/bulkUpdateStatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"derivativeFactTransformerIds": [
"string"
],
"enabled": true
}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": true
}