<provider>:<id> (e.g. omerlo:123).omerlois the provider (where theidcomes from).idis the id from the provider system.
provider, id and urn. The urn correspond to a unique id from Omerlo CMS.docs:contents:fd3a2352-4810-4d9e-af29-11f1d5d7b0b9community:person:158ea986-2b54-4baa-b9ab-645d0f964888community:project:e3d15fde-685b-4246-be2c-a6edb2303d20curl --location --request GET 'https/omerlo.com/api/media/v1/references/provider:id' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"provider": "string",
"urn": "string"
},
"assocs": {}
}