curl --request POST \
--url https://sandbox.nmbr.co/services/payroll/reimbursement_line_items/bulk/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"payroll_id": "<id>",
"pay_stubs": {
"include": "all"
}
}
'