{
"employeeRefId": "23003",
"companyName": "empeo Dev Test",
"GenderId": 1,
"ReligionId": 200001,
"Height": 175,
"MaritalStatusId": 900001
}curl --location --request POST 'https://api.gofive.co.th/empeo/api/v1/employees/Information' \
--header 'Ocp-Apim-Subscription-Key: WPe123a9RKbcfLQNSztr45' \
--header 'Authorization: bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeRefId": "23003",
"companyName": "empeo Dev Test",
"GenderId": 1,
"ReligionId": 200001,
"Height": 175,
"MaritalStatusId": 900001
}'{
"statusCode": 200,
"message": "OK",
"data": {
"message": "Update successfully",
"result": true
}
}