Authorization: Bearer ********************
{
"desde": "string",
"hasta": "string",
"usuarioId": "string"
}
curl --location --request POST 'https://intranet-backoffice.789.com.mx/intranet/789/v1/reportes/bitacora' \
--header 'Content-Type: application/json' \
--data-raw '{
"desde": "string",
"hasta": "string",
"usuarioId": "string"
}'
{}