curl --location --request GET 'https://api-v2.getmarvia.com/v1/products' \
--header 'Authorization: '
{
"data": [
{
"uuid": "string",
"translations": [
{
"locale": "string",
"name": "string"
}
],
"createdAt": "2019-08-24",
"editedAt": "2019-08-24",
"status": "active"
}
],
"pagination": {
"limit": 1,
"page": 1,
"total": 0,
"pageCount": 0
}
}