curl --request GET \
--url https://app.plugchoice.com/api/v3/products \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"name": "<string>",
"sku": "<string>",
"active": true,
"digital": true,
"price": 123
}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/products \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"name": "<string>",
"sku": "<string>",
"active": true,
"digital": true,
"price": 123
}
]
}