PUT
/api/actions/action/{id}
curl \
--request PUT 'http://localhost:5601/api/actions/action/{id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"config":{},"name":"string","secrets":{}}'