curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/sources?limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
{
"sources": [
{
"id": "string",
"name": "string"
}
],
"cursor": "string"
}