{
"email": "company3@example.com",
"password":"Password@123"
}curl --location 'http://localhost:3000/api/v1/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "company3@example.com",
"password":"Password@123"
}'{
"message": "string",
"status": "string",
"data": {
"accessToken": {
"type": "string",
"name": "string",
"value": "string",
"identifier": 0
},
"user": {
"id": 0,
"email": "string",
"reference": "string",
"phoneNumber": "string",
"avatarUrl": null,
"systemRoleId": 0,
"status": "string",
"systemRole": {
"id": 0,
"name": "string"
},
"company": {
"id": 0,
"employerId": 0,
"userId": 0,
"industryTypeId": 0,
"name": "string",
"registrationNumber": "string",
"address": "string",
"website": "string",
"createdAt": "string",
"updatedAt": "string",
"countryId": 0
},
"permissions": [
{
"id": 0,
"name": "string"
}
]
}
}
}