api-key: ********************
curl --location --request GET 'https://api.logictrade.cloud/rest/v1/products/compositions?pageSize=100&pageNumber=1' \
--header 'api-key;'
{
"pagination": {
"totalResults": 2,
"pageNumber": 1,
"pageSize": 100,
"totalPages": 1
},
"results": [
{
"id": 1,
"parentProductId": 1,
"childProductId": 2,
"quantity": 4
},
{
"id": 2,
"parentProductId": 3,
"childProductId": 4,
"quantity": 1
}
]
}