POST
/export/absences
curl \
--request POST 'https://wuro.pro/api/v3.2/export/absences' \
--header "X-APP-ID: $API_KEY" \
--header "X-APP-SECRET: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"company":"string","filters":{}}'
Request examples
{
"company": "string",
"filters": {}
}
Response examples (200)
{
"message": "string",
"package": {}
}