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