Sends multiple payslips to employees as PDFs via email based on the specified filters. Returns 204 if processing in background, 200 with results on success, or 400 if an error occurs.
POST
/api-v1/payroll/send-by-email
curl \
--request POST 'https://wyzio.app/api-v1/payroll/send-by-email'
Response examples (200)
{}