curl --request PUT \
--url https://api.dooki.com.br/v2/{alias}/store/scripts/{id} \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '{
"active": true,
"name": "<string>",
"page": "<string>",
"content": "<string>"
}'