[ { "layerId": 0, "source": { "general": { "sourceId": 0, "sourceType": 0, "relationId": 0 } } } ]
curl --location --request PUT 'http://prod-cn.your-api-server.com/v1/layers/source' \ --header 'Content-Type: application/json' \ --data-raw '[ { "layerId": 0, "source": { "general": { "sourceId": 0, "sourceType": 0, "relationId": 0 } } } ]'
{ "code": 0, "message": "string", "data": [ {} ] }