curl --location --request GET 'https://api-v2.getmarvia.com/v1/assets/' \
--header 'Authorization: '
{
"data": {
"uuid": "string",
"urls": {
"original": "string",
"thumbnail": "string",
"preview": "string"
},
"fileExtension": "string",
"fileNameOriginal": "string",
"translations": [
{
"locale": "en",
"name": "Asset Name"
}
],
"createdAt": "2019-08-24",
"editedAt": "2019-08-24",
"fileSize": 0,
"height": 0,
"width": 0,
"tags": [
{
"uuid": "string",
"type": {
"code": "string"
},
"translations": [
{
"locale": "en",
"name": "Asset Name"
}
]
}
],
"categories": [
{
"translations": [
{
"locale": "en",
"name": "Asset Name"
}
]
}
]
}
}