curl --location --request GET 'https://api.alephcrm.com/v2/accounts/ZZZZ/marketplaces? API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX \
--header 'Content-Type: application/json' \
--header 'Cookie: xxx' \
{
"Total": 1,
"Results": [
{
"Id": 1,
"Name": "Mercado Libre"
}
]
}