curl --request POST \
--url https://app.indexing.co/dw/pipelines/{name}/backfill \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"network": "<string>",
"value": "<string>",
"beatEnd": 123,
"beatStart": 123,
"beats": [
123
]
}
'