Is there way to provision datasources&dashboards for multiple org?

grafana v9.0.4

Dear guys,

As i mention in title , is there anyway to provision datasources&dashboards for multiple org?

datasources.yaml: |-
{
“apiVersion”: 1,
“datasources”: [
{
“access”: “proxy”,
“editable”: false,
“name”: “thanos”,
“orgId”: 1,2,3,4,
“type”: “prometheus”,
“url”: “http://queryfront.apps.iopsdev.dks.cloud.samsungds.net”,
“version”: 1
}

I tried it but it only adapted in org 1.

Could you please help me… ?