Sends the specified payslip to the employee as a PDF via email. Returns 200 on success, 404 if not found, or 400 if an error occurs.
POST
/api-v1/payroll/{id}/send-by-email
curl \
--request POST 'https://wyzio.app/api-v1/payroll/{id}/send-by-email'
Response examples (200)
{}