username:passwordAuthorization: Basic *****************curl --location --request GET 'https://apiv2.shoppingdeprecos.com.br/plataformas' \
--header 'X-Client: xxxxxxx' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json'{
"status": true,
"quantidade": 1,
"registros": [
{
"id": 1,
"titulo": "Mercado Livre",
"tipo": "Marketplace",
"plataforma_pai_id": null,
"ativo": true,
"icone": "https://app.shoppingdeprecos.com.br/assets/plataforma/1.png"
}
]
}