Employees
List of employee certifications
curl -X GET "https://example.com/api/public/v2/employees/0/certifications"{ "data": [ { "id": 0, "name": "string", "issuer": "string", "issued_on": "string", "url": null, "expires": null, "expires_on": null, "created_at": "string", "updated_at": "string" } ]}