{
"message": "Fetched successful",
"status": "Success",
"data": {
"meta": {
"total": 2,
"perPage": 10,
"currentPage": 1,
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1",
"lastPageUrl": "/?page=1",
"nextPageUrl": null,
"previousPageUrl": null
},
"data": [
{
"id": 3,
"employerId": 1,
"userId": 8,
"industryTypeId": 1,
"name": "Awesome Company ",
"registrationNumber": "123456786",
"address": "123 Awesome Street, City, Country",
"website": "https://www.awesomecompany.com",
"createdAt": "2024-09-25T13:40:31.772+00:00",
"updatedAt": "2024-09-25T13:40:31.772+00:00",
"user": {
"id": 8,
"reference": "f6400b19-9ceb-49b0-a454-c26b3b642b3a",
"systemRoleId": 6,
"countryId": 1,
"email": "company2@example.com",
"phoneNumber": "+134567890",
"avatarUrl": null,
"avatarKey": null,
"status": "pending",
"twoFactorAuthEnabled": false,
"createdAt": "2024-09-25T13:40:31.770+00:00",
"updatedAt": "2024-09-25T13:40:31.770+00:00"
}
},
{
"id": 2,
"employerId": 1,
"userId": 7,
"industryTypeId": 1,
"name": "Awesome Company",
"registrationNumber": "12345678",
"address": "123 Awesome Street, City, Country",
"website": "https://www.awesomecompany.com",
"createdAt": "2024-09-25T13:40:02.485+00:00",
"updatedAt": "2024-09-25T13:40:02.485+00:00",
"user": {
"id": 7,
"reference": "f39ce6c6-e741-4e23-84e7-2684b4bef6ee",
"systemRoleId": 6,
"countryId": 1,
"email": "company@example.com",
"phoneNumber": "+1234567890",
"avatarUrl": null,
"avatarKey": null,
"status": "pending",
"twoFactorAuthEnabled": false,
"createdAt": "2024-09-25T13:40:02.475+00:00",
"updatedAt": "2024-09-25T13:40:02.475+00:00"
}
}
]
}
}