Authorization: Bearer ********************{
"remote_ids": [1,3,5]
}curl --location --request PUT '/scripts/tasks//re-execute' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"remote_ids": [1,3,5]
}'{}