Authorization: Bearer ********************{
"email" :"employee2@worknation.com",
"emailConfirmation":"employee2@worknation.com",
"firstName":"firstName",
"lastName":"lastName",
"phoneNumber":"38524552444",
"gender": "gender",
"password":"Password@123",
"passwordConfirmation":"Password@123",
"countryId": 1,
"permissionIds": [2,5,6,8],
"roleId": 1
}curl --location 'http://localhost:3000/api/v1/employers/employees' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email" :"employee2@worknation.com",
"emailConfirmation":"employee2@worknation.com",
"firstName":"firstName",
"lastName":"lastName",
"phoneNumber":"38524552444",
"gender": "gender",
"password":"Password@123",
"passwordConfirmation":"Password@123",
"countryId": 1,
"permissionIds": [2,5,6,8],
"roleId": 1
}'{}