{
"employeeRefId": "",
"code": "KPI01",
"companyName": "Accendio Solutions Ltd.",
"currentPoint": 30.5
}
curl --location --request POST 'https://api.gofive.co.th/empeo/api/v1/goals/kpi/update' \
--header 'Ocp-Apim-Subscription-Key: WPe123a9RKbcfLQNSztr45' \
--header 'Authorization: bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeRefId": "",
"code": "KPI01",
"companyName": "Accendio Solutions Ltd.",
"currentPoint": 30.5
}'
{
"statusCode": 200,
"message": "บันทึกสำเร็จ"
}