curl --location '/productcomposites/999/products' \
--header 'Authorization: Bearer <token>'{
"offset": 0,
"limit": 50,
"count": 9,
"data": [
{
"product": {
"id": 2661
},
"defaultProductOption": {
"id": 336
},
"defaultProductSize": {
"id": 21
}
},
{
"product": {
"id": 2662
},
"defaultProductOption": {
"id": 339
},
"defaultProductSize": {
"id": 27
}
},
{
"product": {
"id": 2663
},
"defaultProductOption": {
"id": 335
},
"defaultProductSize": {
"id": 24
}
},
{
"product": {
"id": 2664
},
"defaultProductOption": {
"id": 337
},
"defaultProductSize": {
"id": 21
}
},
{
"product": {
"id": 2665
},
"defaultProductOption": {
"id": 334
},
"defaultProductSize": {
"id": 26
}
},
{
"product": {
"id": 2666
},
"defaultProductOption": {
"id": 337
},
"defaultProductSize": {
"id": 21
}
},
{
"product": {
"id": 2667
},
"defaultProductOption": {
"id": 334
},
"defaultProductSize": {
"id": 23
}
},
{
"product": {
"id": 2668
},
"defaultProductOption": {
"id": 337
},
"defaultProductSize": {
"id": 23
}
},
{
"product": {
"id": 2669
},
"defaultProductOption": {
"id": 337
},
"defaultProductSize": {
"id": 26
}
}
]
}