curl --location --request GET 'https://api.synap.ac/v3/product-lists/'
{
"data": {
"id": "FID001",
"type": "ProductList",
"attributes": {
"name": "string",
"description": "string"
},
"relationships": {
"products": {
"data": [
{
"id": "FID001",
"type": "Product"
}
]
}
}
},
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
]
}