Testing Post API

Hello guys.
Could someone help me?
I hava an ERP which has this API to get data.

POST: https://microworkcloud.com.br/api/integracao/terceiro

            Header:
            Content-Type: application/json
            Host: microworkcloud.com.br
            Authorization: Bearer SUA_CREDENCIAL

            Body Request:
            {
                "idrelatorioconfiguracao": 375,
                "idrelatorioconsulta": 186,
                "idrelatorioconfiguracaoleiaute": 857,
                "idrelatoriousuarioleiaute": null,
                "ididioma": 1,
                "listaempresas": [1,2,3,4,5,6,7,8,9,10,11],
                "filtros": "DataInicialFiltrar=2025-02-14;
    ContaFinanceiraFiltrar=null;
    TipoContaFiltrar=null"
            }

I would like to test this API but i wasn’t able to do that.
I have bearer token but didn’t work.
Any idea?

Hey @technical-engineer-4 :wave:

What error are you getting? Even just a status code would be helpful.

Thanks!