username:password
Authorization: Basic *****************
curl --location --request GET 'https://apiv2.shoppingdeprecos.com.br/relatorios/exportar-xml/0000000/status' \ --header 'X-Client: xxxxxxxxxxxxx' \ --header 'Accept: application/json' \ --header 'Authorization: Basic <encoded-value>'
{ "status": true, "relatorio": { "status": "Aguardando início", "data_criacao": "2026-01-27 10:34:04" } }