Authorization: Bearer ********************{
"firstName":"Yusuf",
"lastName":"Samaila",
"phoneNumber":"38756552",
"gender": "male",
"countryId": 5,
"permissionIds": [2,5,6,8],
"roleId": 4
}curl --location --request PATCH 'http://localhost:3000/api/v1/employers/employees/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"firstName":"Yusuf",
"lastName":"Samaila",
"phoneNumber":"38756552",
"gender": "male",
"countryId": 5,
"permissionIds": [2,5,6,8],
"roleId": 4
}'{}