curl --location '/v4/jobs/a1b2c3d4-e5f6-7890-abcd-ef0123456789/items' \
--header 'Authorization: Bearer <apiKey>'{"items": [{"idx": 12, "identifier": "john@example.com", "status": "failed", "error": {"message": "invalid email", "type": "error"}}], "paging": {"total": 20, "limit": 100, "offset": 0}}