access-token: ********************{
"config": {
"endpoint": "string",
"token": "string"
}
}curl --location '/admin/network/security/polling_datasource/test' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"config": {
"endpoint": "string",
"token": "string"
}
}'{
"success": true,
"result": {}
}